mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-24 05:03:00 +00:00
Setup docpress scaffolding
This commit is contained in:
parent
8983ce0aec
commit
d1b7fc2a7e
8 changed files with 25 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
||||||
_docpress/
|
_docpress/
|
||||||
# All wiki pages
|
build/*
|
||||||
*.md
|
!build/index.php
|
||||||
# All the previous revisions
|
|
||||||
*.md.r*
|
|
||||||
|
|
||||||
# Include the README
|
# Include the README
|
||||||
!README.md
|
!README.md
|
||||||
|
|
11
docs/01-Welcome.md
Normal file
11
docs/01-Welcome.md
Normal 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
0
docs/02-Features.md
Normal file
0
docs/03-Screenshots.md
Normal file
0
docs/03-Screenshots.md
Normal file
0
docs/04-Getting-Started.md
Normal file
0
docs/04-Getting-Started.md
Normal file
0
docs/05-Installation.md
Normal file
0
docs/05-Installation.md
Normal file
0
docs/06-Configuration.md
Normal file
0
docs/06-Configuration.md
Normal file
12
docs/README.md
Normal file
12
docs/README.md
Normal 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/)
|
Loading…
Reference in a new issue