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

Add support for nesting the documentation pages #42

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

caendesilva
Copy link
Member

The currentPage value which was hardcoded with the path prefix docs which is a bug since it can be overridden in the config. This PR fixes that, and also allows nested documentation output directories to access the site styles, thus providing full support for nested documentation pages.

In other words, this config setting now works:

'docsDirectory' => 'docs/master',

The currentPage value which was hardcoded with the path prefix `docs` which is a bug since it can be overridden in the config. This PR fixes that, and also allows nested documentation output directories to access the site styles, thus providing full support for nested documentation pages.
@caendesilva
Copy link
Member Author

Fixing StyleCI after merge

@caendesilva caendesilva merged commit 689bd93 into master Mar 30, 2022
@caendesilva caendesilva deleted the add-support-for-nested-documentation-pages branch March 30, 2022 10:29
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