Setup docpress scaffolding

This commit is contained in:
Starbeamrainbowlabs 2018-12-12 21:12:29 +00:00
parent 8983ce0aec
commit d1b7fc2a7e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
8 changed files with 25 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,8 +1,6 @@
_docpress/
# All wiki pages
*.md
# All the previous revisions
*.md.r*
build/*
!build/index.php
# Include the README
!README.md

11
docs/01-Welcome.md Normal file
View File

@ -0,0 +1,11 @@
# Welcome to Pepperminty Wiki!
> A Wiki in a box
Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.
Explore the sections on the left-hand-side to learn more.
![Main Page Example](https://i.imgur.com/5dmbKlz.png)

0
docs/02-Features.md Normal file
View File

0
docs/03-Screenshots.md Normal file
View File

View File

0
docs/05-Installation.md Normal file
View File

0
docs/06-Configuration.md Normal file
View File

12
docs/README.md Normal file
View File

@ -0,0 +1,12 @@
# Documentation
* [Pepperminty Wiki](01-Welcome.md)
* [Features](02-Features.md)
* [Screenshots](03-Screenshots.md)
* [Getting Started](04-Getting-Started.md)
* [Installation](05-Installation.md)
* [Configuration](06-Configuration.md)
* References
* [Configuration Settings](https://starbeamrainbowlabs.com/labs/peppermint/peppermint-config-info.php)
* [HTTP API](https://sbrl.github.io/Pepperminty-Wiki/docs/RestApi/)
* [PHP Module API](https://sbrl.github.io/Pepperminty-Wiki/docs/ModuleApi/)