-
Hello, everyone! Is there any way to build not the whole documentation into static site? The case is - we have different customers, which bought different licenses of the product and we want to provide them with documentation in accordance to their licenses. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You could divide your documentation into different projects and then use one of the multi-project plugins (monorepo, multirepo) to build a consolidated site. See the MkDocs plugin wiki for more information. |
Beta Was this translation helpful? Give feedback.
-
Thx a lot, will research in that way
сб, 25 мар. 2023 г., 14:55 Martin Donath ***@***.***>:
… You could divide your documentation into different projects and then use
one of the multi-project plugins (monorepo, multirepo) to build a
consolidated site. See the MkDocs plugin wiki
<https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins#site-management>
for more information.
—
Reply to this email directly, view it on GitHub
<#5256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKXB7J2SBVSSK4KEMWHFQ5TW526KHANCNFSM6AAAAAAWHLD75Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
You could divide your documentation into different projects and then use one of the multi-project plugins (monorepo, multirepo) to build a consolidated site. See the MkDocs plugin wiki for more information.