Skip to content

Commit

Permalink
Using the latest version of ApexDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed Aug 28, 2024
1 parent faaf50b commit 9cd93fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 152 deletions.
2 changes: 0 additions & 2 deletions apexdocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default defineMarkdownConfig({
targetDir: 'docs/src/app/docs/api',
scope: ['global'],
namespace: 'expression',
documentationRootDir: '/docs/api',
transformReference: (reference) => {
return {
outputDocPath: reference.outputDocPath.replace('.md', '/page.md'),
Expand Down Expand Up @@ -47,7 +46,6 @@ export default defineMarkdownConfig({

// Write the new navigation.json file
const newNavFileContents = JSON.stringify(newNavItems, null, 2);
console.log("Writing new navigation.json file");
writeFileSync("docs/src/lib/navigation.json", newNavFileContents);

return docs;
Expand Down
160 changes: 11 additions & 149 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/cesarParra/formula-evaluator#readme",
"devDependencies": {
"@cparra/apex-reflection": "^2.4.1",
"@cparra/apexdocs": "3.0.0-alpha.3",
"@cparra/apexdocs": "3.0.0-beta.1",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.10.2",
"tailwindcss": "^3.3.3",
Expand Down

0 comments on commit 9cd93fa

Please sign in to comment.