Skip to content

Commit 990a659

Browse files
authored
Parse library reference and build Reference MDX files (processing#7)
* Parser in new approach * Working build * Able to access reference content * Add description, correct routing in index * Simplify builder * Wrangling types * Inline docs, type renames, rearranging properties * Add todo comment * Inline documentation for parsing types * Make linter and checker happy, change operation slugs, handle types * Ensure yuiDocOutputPath exists * Forgot fs * Import
1 parent 1ef66c8 commit 990a659

File tree

1,019 files changed

+58157
-453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,019 files changed

+58157
-453
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ pnpm-debug.log*
2121
.DS_Store
2222

2323
temp/*
24-
in/
24+
in/
25+
out/

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
tailwind(),
1616
compress(),
1717
],
18-
trailingSlash: "always",
18+
trailingSlash: "ignore",
1919
build: {
2020
format: "directory",
2121
},

package-lock.json

+238-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)