refactor: remove token and token-viewer components
Remove the `md-token` and `md-token-viewer` components along with their associated 3D generation and image tracing utilities. Update documentation and project metadata to reflect these changes and rename the project title to "Tabletop Tools".
This commit is contained in:
@@ -56,8 +56,7 @@ import mdBorderRaw from "../doc-entries/md-border.md";
|
||||
import mdEmbedRaw from "../doc-entries/md-embed.md";
|
||||
import mdDeckRaw from "../doc-entries/md-deck.md";
|
||||
import mdYarnRaw from "../doc-entries/md-yarn-spinner.md";
|
||||
import mdTokenRaw from "../doc-entries/md-token.md";
|
||||
import mdTokenViewerRaw from "../doc-entries/md-token-viewer.md";
|
||||
|
||||
import mdCommanderRaw from "../doc-entries/md-commander.md";
|
||||
|
||||
const rawDocuments: string[] = [
|
||||
@@ -71,8 +70,7 @@ const rawDocuments: string[] = [
|
||||
mdEmbedRaw,
|
||||
mdDeckRaw,
|
||||
mdYarnRaw,
|
||||
mdTokenRaw,
|
||||
mdTokenViewerRaw,
|
||||
|
||||
mdCommanderRaw,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user