Skip to content

All your Docs in a single file: Tiny Docs is a simple and lightweight documentation template that allows you to write documentation in markdown and have it rendered as a static site.

License

Notifications You must be signed in to change notification settings

JMcrafter26/tiny-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Docs

Banner

GitHub license GitHub issues

What is Tiny Docs

Tiny Docs is a simple and lightweight (single file!) documentation template that allows you to write documentation in markdown and have it rendered as a static site

Features

  • 📄 Single file - Just one HTML file!
  • 📝 Markdown - Write documentation in markdown
  • 📦 Zero dependencies - No need for a build step or package manager. (Although there are tools to make it even smaller)
  • 🎨 Customizable - Change the CSS to fit your style
  • 📱 Responsive - Works on all devices
  • 🚀 Fast - Loads fast

Use cases

  • Personal documentation
  • Project documentation
  • Software documentation
  • Anything that needs documentation I made this because I wanted a simple way to write documentation and have it in a single file. I hope you find it useful!

Demo

Check out the demo

Also check out the Web Builder (Currently in Beta)

How to use

This project is still in development. Some features may not work as expected

  1. Download the HTML file (or clone the repo)
  2. Open the file in your text editor
  3. Write and customize your documentation

Planned features

Advanced usage

Offline support

Note

This is only needed if the file is hosted on a server. If you are using it as a local html file, you don't need to do this (it will work offline by default)

Tiny Docs can be used offline. But not only that, it can be used fully offline. This means that you can use it without an internet connection.

To use Tiny Docs offline, you will need to put sw.js in the same directory as tinydocs.html. This will allow the service worker to cache the page and allow you to use it offline.

I know that this defeats the purpose of a single file, but it is the only way to make it work offline. And it is still a single file if you don't use it on a server.

About

All your Docs in a single file: Tiny Docs is a simple and lightweight documentation template that allows you to write documentation in markdown and have it rendered as a static site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published