Skip to content

pwright/skupper-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refdog: Skupper Reference Doc Generation

This repo area contains the refdog generator plus the MkDocs content that consumes its output.

Start here

The canonical user workflow now lives in refdog/README.md.

That README explains:

  • what users should edit
  • where markdown is generated
  • how docs-vale/refdog/input/ relates to docs-vale/input/refdog/
  • how to run refdog
  • how to build MkDocs

Short version

Refdog generates reference markdown from source material:

  • commands from refdog/cli-doc/*.md
  • resources from refdog/config/resources/*.yaml, with CRDs available in refdog/crds/

The generated files are written to:

  • docs-vale/refdog/input/

MkDocs does not build from that tree directly. MkDocs reads from:

  • docs-vale/input/

So the current workflow is:

cd docs-vale/refdog
./plano generate

cd ..
rsync -a refdog/input/ input/refdog/
mkdocs build

Additional reference

These documents remain for deeper technical background:

About

Documentation for the skupper project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 69.6%
  • CSS 17.6%
  • JavaScript 7.1%
  • HTML 5.7%