Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james231/documentation-templater
Cross-platform Templating Engine for Quickly and Easily Creating Static Web-Based Documentation Projects in HTML and Markdown.
https://github.com/james231/documentation-templater
cross-platform documentation documentation-generator documentation-template documentation-tool dotnet-core html markdown templating-engine
Last synced: 19 days ago
JSON representation
Cross-platform Templating Engine for Quickly and Easily Creating Static Web-Based Documentation Projects in HTML and Markdown.
- Host: GitHub
- URL: https://github.com/james231/documentation-templater
- Owner: James231
- License: mit
- Created: 2018-10-01T09:58:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T13:15:41.000Z (over 4 years ago)
- Last Synced: 2024-10-12T14:13:23.342Z (about 1 month ago)
- Topics: cross-platform, documentation, documentation-generator, documentation-template, documentation-tool, dotnet-core, html, markdown, templating-engine
- Language: C#
- Homepage:
- Size: 28.7 MB
- Stars: 18
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation Templater V2
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/87bea31db9ff49609bf01043525fb510)](https://www.codacy.com/manual/James231/Documentation-Templater?utm_source=github.com&utm_medium=referral&utm_content=James231/Documentation-Templater&utm_campaign=Badge_Grade)
Templating engine for quickly and easily creating static web-based documentation projects. Write short and readable HTML or Markdown code containing only the important information for each page. All styling and layouts are defined in templates which can be changed to give you the full capabilities of pure HTML should you need it.
Included templates generate a clean, responsive, mobile-compatible documentation [which you can view here](https://documentation-templater-sample.jam-es.com/).
The tool is cross-platform written using .NET Core 3.1.
Features:
* Write short documentation pages in Html or Markdown
* Supports all the common markdown features. Add more by installing [Markdig](https://github.com/lunet-io/markdig) extensions
* Create custom controls like `...` similar to JS Frameworks like Anuglar and React
* Comes with a modern and responsive example template
* Sidebar navigation supported
* Minifies output HTML, CSS and JavaScript for fast load times
* Output is ready to copy into a public folder for hosting
* Output is static so free hosting is availalbe on [GitHub Pages](https://pages.github.com/), [GitLab Pages](https://about.gitlab.com/stages-devops-lifecycle/pages/) or [Netlify](https://www.netlify.com/)
* Very fast documentation build times which increase linearly with the number of pages## YouTube Tutorials
[](https://www.youtube.com/watch?v=wbwIauMc43Y)
I am working on a series of 3 YouTube tutorials:
- [Part 1: Downloading, Setting Up, and how to Write Content](https://www.youtube.com/watch?v=wbwIauMc43Y)
- Part 2: Changing styles/layouts or writing your own template from scratch - COMING SOON
- Part 3: Get your documentation online for free with GitLab Pages - COMING SOON## Using the Tool
To use the tool, download the latest version through [GitHub Releases](https://github.com/James231/documentation-templater/releases). There are downloads for Windows, Mac and Linux, both including a bundled .NET Core 3.1 runtime, or without if you already have it installed.
[See the Wiki for a full guide.](https://github.com/James231/Documentation-Templater/wiki)
## Building from Source
To build from source you need the latest .NET Core 3 SDK. For Windows users just install the latest verion of Visual Studio 2019 with the .NET Core workload . Use the following publish command to get a single file executable:
```C#
dotnet publish -r win10-x64 -c Release -p:PublishSingleFile=true
```
where you change `win10-x64` to your platform.There is a more detailed [guide to building from source in the Wiki](https://github.com/James231/Documentation-Templater/wiki/10.-Building-From-Source).
## License
This code is released under MIT license. Modify, distribute, sell, fork, and use this as much as you like. Both for personal and commercial use. I hold no responsibility if anything goes wrong.
If you use this, you don't need to refer to this repo, or give me any kind of credit but it would be appreciated. At least a :star: would be nice.
## Contributing
Pull requests of any form are welcome. See the [Wiki for contribution suggestions](https://github.com/James231/Documentation-Templater/wiki/11.-Welcome-Contributions).
## Support
You can contact me by submitting a contact form [here](https://jam-es.com) or by opening an issue.