We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the possibility to render two categories in the same page.
Defining multiple categories in the mkdocs.yaml:
# mkdocs.yaml - blogging: categories: - name: announcements dirs: - news/announcements size: 5 theme: name: card - name: partner dirs: - tutorials/partner size: 5 theme: name: card - name: cicd dirs: - tutorials/cicd size: 5 theme: name: card
and them, adding two or more categories in the same page:
# Tutorials ## CICD {{ blog_content cicd }} ## Partner {{ blog_content partner }}
Currently behavior is rendering only the first content for both sections.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea
Add the possibility to render two categories in the same page.
Example
Defining multiple categories in the mkdocs.yaml:
and them, adding two or more categories in the same page:
Currently behavior is rendering only the first content for both sections.
The text was updated successfully, but these errors were encountered: