Skip to content

Commit

Permalink
chore(docs): moved api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Dec 30, 2024
1 parent 2addf78 commit 75cf255
Show file tree
Hide file tree
Showing 36 changed files with 573 additions and 1,684 deletions.
4 changes: 2 additions & 2 deletions devtools/packages/prebuild-options/tasks/generate-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ ${presetsJson}

options.forEach((option) => {
optionsTable.push(
`| [\`${option.name}\`](./options/${categoryName.toLowerCase()}-options.mdx#--${option.name.toLowerCase()}) | ${
`| [\`${option.name}\`](./options/${categoryName.toLowerCase()}-options.mdx#${option.name.toLowerCase()}) | ${
option.help
} |`,
);
out.push(
`${optionLevel} ${
option.deprecated ? `~--${option.name}~` : `--${option.name}`
option.deprecated ? `~${option.name}~` : `${option.name}`
}`,
);
if (option.deprecated) {
Expand Down
1 change: 0 additions & 1 deletion docs/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.nextra-toc a[href^='#source'],
.nextra-toc a[href^='#overrides'],
.nextra-toc a[href^='#see'],
.nextra-toc a[href^='#example'],
.nextra-toc a[href^='#new-features'],
.nextra-toc a[href^='#bug-fixes'],
.nextra-toc a[href^='#minor-changes'],
Expand Down
2 changes: 1 addition & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
477 changes: 249 additions & 228 deletions docs/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
},
"author": "Thomas Grey",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@vercel/analytics": "^1.4.1",
"next": "^15.0.3",
"nextra": "3.2.4",
"nextra-theme-docs": "3.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"next": "^15.1.3",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"copyfiles": "^2.4.1",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
"tailwindcss": "^3.4.17"
},
"postcss": {
"plugins": {
Expand Down
4 changes: 0 additions & 4 deletions docs/pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ export default {
title: 'Utils & Themes',
type: 'page',
},
'api-docs': {
type: 'page',
title: 'API',
},
};
82 changes: 0 additions & 82 deletions docs/pages/api-docs/Class.MarkdownPageEvent.mdx

This file was deleted.

55 changes: 0 additions & 55 deletions docs/pages/api-docs/Class.MarkdownRendererEvent.mdx

This file was deleted.

94 changes: 0 additions & 94 deletions docs/pages/api-docs/Document.Customizing-Output.mdx

This file was deleted.

32 changes: 0 additions & 32 deletions docs/pages/api-docs/Document.Local-Plugins.mdx

This file was deleted.

19 changes: 0 additions & 19 deletions docs/pages/api-docs/Interface.MarkdownApplication.mdx

This file was deleted.

Loading

0 comments on commit 75cf255

Please sign in to comment.