Multi-project documentation
See original GitHub issueHello, how to generate separate documentation for the projects? In src I have 3 projects:
|-src - Project1 - Project2 - Project3
I want 3 tabs with documentation. Thanks for help.
"metadata": [
{
"src": [
{
"files": [
"src/**.csproj"
"src/**.json"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
sphinx-multiproject - Read the Docs
Build multiple Sphinx projects from a single repository on Read the Docs. ... If you aren't using Read the Docs to build your...
Read more >readthedocs/sphinx-multiproject: Share a single conf. ...
Build multiple Sphinx projects from a single repository on Read the Docs. If you aren't using Read the Docs to build your documentation,...
Read more >sphinx-multiproject
Build multiple Sphinx projects from a single repository on Read the Docs.
Read more >Structuring and Building a Software Component with Gradle
First, this chapter describes how to structure your software project using a Gradle multi-project. In this documentation, we consider this to be a...
Read more >Executing Multi-Project Builds
To identify the project structure, you can use gradle projects command. As an example, let's use a multi-project build with the following structure:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mohaOujda See: #3168
EDIT
How to add documentation to menu list?
toc.yml
This solution does not work.