You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Branding of VSTeam docs site
* auto-generating documentation from vsteam module
* created pipeline for automated deployment
Co-authored-by: Sebastian S Schütze <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,16 @@
2
2
3
3
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
4
4
5
+
### Module documentation
6
+
7
+
Part of the documentation is not saved in the repository.
8
+
Especially the module documentation is generated on the fly by downloading the modules and generating the markdown files with [platyPS](https://github.com/PowerShell/platyPS).
9
+
Building of these files is integrated with the `yarn start` and `yarn build` commands.
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
42
+
43
+
### Limitations
44
+
45
+
When using `yarn start` the module markdown is only generated once and not updating automatically. It only watches changed files which are part of the documentation.
0 commit comments