You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop generating a separate page file for main_page (#1624)
When a page is used as `main_page` (e.g. `README.md`), its content is
already displayed on index.html. Generating a separate page file (e.g.
`README_md.html`) is redundant.
Skip the main_page in:
- darkfish generator (page file generation)
- json search index (avoids linking to a nonexistent page)
- aliki sidebar pages template
0 commit comments