skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
559 stars 71 forks source link

move generate-doc output to ./doc/cli #1515

Closed c-kruse closed 2 weeks ago

c-kruse commented 2 weeks ago

The root level .gitignore *.md was too board - preventing additional markdown files from being added anywhere in the project. This is my suggestion:

Target some sub-dir, I chose ./doc/cli, with its own gitignore for markdown files. IMO this will make it slightly tidier for us to generate release artifacts too: tar -cvf docs.tar -C ./doc/cli *.md vs some something more name-grubby like tar -cvf docs.tar skupper*.md