| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Scenario: create a page with subpages in gitbook like this * Parent Page * [S1](sub-page1.md) * [S2](sub-page1.md) If you don't provide a file for "Parent Page", then gitbook will automatically create a page, where it lists all sub pages. That's kind of nice. I would like to add some explanation to that parent page though, i.e. to describe what the content on the sub pages is. However I don't know to do that while still keeping the automatic "list all subpages" feature. |
Sorry, something went wrong.
|
As part of this I am also experimenting with more visual configuration options of gitbook (see README.md). |
Sorry, something went wrong.
|
Would you like updates to the adopters pages for specific companies at this point, @spier ? |
Sorry, something went wrong.
hi @gruetter. I am still experimenting with this, so I would say let's finish a basic v1 of this that we can launch, and then add content/features. This raises an interesting point though: Before getting too worried about possible challenges, can you elaborate a bit about the content that you would like to add? Can you share some examples maybe? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Implements #623
1st implementation approachs:
take a list of predefinded organization names (e.g. from a file adopters.txt)
loop through all pattern files
extrac the "Known Instances" section
check if it contains the name of the organization, and if yes, story it in a list dict[org] => [list of patterns]
then generate a file adopters/<org_name>.md
write a list of patterns to that file
commit these changes
have the book.yaml GHA run after this, so that it can pick up these adopters/*.md files, and add them to toc.md