Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Plone 6 Backend Docs

  • All documentation should be written in Markdown.
  • If possible, please structure into dirs, this will make it easier to build a structure later.

See the following example

/docs
➜ tree
.
├── deploy.md
├── index.md
└── install.md

Use a file called index.md for creating a index (if needed)

➜ cat index.md
install.md
deploy.md

Thank you!!