-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add Github action for autogenerating table of contents json files #3133
Conversation
Notes for self: So, it works - Alternative solutions:
update 1: Have ended up going for a solution where we will store the table of contents files in a specific directory on this repo. Still need to figure out how we will generate the links to the files in the table of contents relative to the file which will use For example:
|
d2f6200
to
31064bf
Compare
Co-authored-by: Julio Jimenez <[email protected]>
Co-authored-by: Julio Jimenez <[email protected]>
Co-authored-by: Julio Jimenez <[email protected]>
Summary
Adds a Github action for generating table of contents .json files. These will be used to automatically generate table of contents tables on the landing pages.
Updates the current script to be able to:
--dir
interfaces/formats
with arg--single-toc
)Future improvements:
Our folder structure's aren't great so for the time being we will add folders one by one.
Checklist