chore: remove comment block in docs/working-examples.md (#1328)

This produces a lot of line diffs on every update and was mostly used to debug star-based sorting.
This commit is contained in:
Matthieu Darbois
2022-10-30 00:09:33 +02:00
committed by GitHub
parent a6732b126f
commit 4786f528a9
2 changed files with 7 additions and 112 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ def projects(
README_FILE, projects=projects[:10], input_filename=input.name, include_info=False
)
insert_projects_table(
DOCS_PAGE, projects=projects, input_filename=input.name, include_info=True
DOCS_PAGE, projects=projects, input_filename=input.name, include_info=False
)