Skip to content
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

Fix docs/ops/ttnn pages breaking github pages #178 #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ddilbazTT
Copy link
Contributor

@ddilbazTT ddilbazTT commented Jan 13, 2025

There are certain md pages breaking github pages build-and-deployment. These can be tested using kramdown, md to html converter.

generate_md.py is changed to address this. Now, md files have tables with 600 rows max, and each file size is 500KB max (due to github pre-commit). After hitting these restrictions, a new file is created. Json files are also broken into separate files each time 500KB limit is reached. All json/md files are regenerated using latest version of generate_md.py

Furthermore, github landing page is added (docs/index.md)

There are certain md pages breaking github pages build-and-deployment.
These can be tested using kramdown, md to html converter.

generate_md.py is changed to address this. Now, md files have tables with 600 rows max,
and each file size is 500MB max (due to github pre-commit). After
hitting these restrictions, a new file is created.

Furthermore, github pages landing page is added (docs/index.md)
@ddilbazTT
Copy link
Contributor Author

#178

@ddilbazTT
Copy link
Contributor Author

^KB - sorry for the typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant