question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multi-project documentation

See original GitHub issue

Hello, 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:closed
  • Created 7 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
superyyrrzzcommented, Apr 16, 2019
1reaction
mbieleckicommented, Nov 9, 2016

EDIT

How to add documentation to menu list?

1

toc.yml

- name: Project1
  href: api/Project1/

This solution does not work.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found