https://github.com/eaceto/eadocstemplate
A template repository for writing documentation with GitHub Pages
https://github.com/eaceto/eadocstemplate
Last synced: 4 months ago
JSON representation
A template repository for writing documentation with GitHub Pages
- Host: GitHub
- URL: https://github.com/eaceto/eadocstemplate
- Owner: eaceto
- License: gpl-3.0
- Created: 2022-06-21T12:24:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T10:33:38.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T04:41:53.748Z (8 months ago)
- Size: 3.44 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# EADocsTemplate
### See the generated documentation on [this GitHub Page](https://eaceto.github.io/EADocsTemplate)
This is a GitHub Template for writing documentation for GitHub Pages. I tried to sum up in this template a series of tools / good practices that allows me, and any developer, to make professional documentation easily.
# Getting Started
## Creating a new repository
Create GitHub Repository using this template. For doing this, you can click on the following [link](https://github.com/eaceto/EADocsTemplate/generate), and complete the required information:
* Owner
* Repository name
It is not necessary to **Include all branched**, in fact this template has only **one branch**.

Then, setup your GitHub Page configuration to render Pages from **main** branch and **/docs** folder.

## Integrating into existent one
This is simple as doing a copy/paste of the **docs** folder inside the docs folder or branch your are using when rendering your GitHub Page. Then ensure that GitHub Pages settings are according to your repository configuration.
## Documentation structure
### Side Bar
**_sidebar.md** contains a list of links that will be rendered on the left.
### Navigation Bar
**_navbar.md** contains a list if lints that will be rendered on the upper-right corner.
### Content
The rest of the files included can modified, or even deleted if you want. It's just Markdown! [Docsify](https://docsify.js.org/#/) does the magic.