-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for generating modular docs #504
Conversation
68efe53
to
d95aa5d
Compare
👁️ |
@pmuir Any example of another system to validate file structure. All seems to be working. The only trick is to prevent things from changing in future as any structure change will need developer to adjust scripts. To fully understand it - other systems will be syncing this branch itself - means that they will be responsible for versioning etc.? |
FYI Generated files have Checked previews and github links - all works! |
For example https://github.com/bf2fc6cc711aee1a0c2a/guides/tree/modular-docs
Yes, though given the docs are all generated, that probably isn't a major issue.
Right. |
Good to merge |
I verified that this works for me. I did have some scripting to build the assembly from the CLI, but this works just as well. The only issue would be it would be slightly more complicated if we ever wanted to change something like the assembly intro text. |
This is the recommended way to handle links that work on both github and in other systems. |
Description
Add support for converting the docs produced by the Command Line Interface docs generator to the "modular docs" format and pushing them to the
modular-docs
branch on very push to main. This allows other systems to then pick them up as needed.Verification Steps
make docs/generate-modular-docs
dist
modular-docs
should be populated with the contents of the dist dirType of change
Checklist