All Projects → usablica → doc42

usablica / doc42

Licence: MIT License
Jekyll-Kissui bundle to create awesome documentations

Projects that are alternatives of or similar to doc42

Hyde
A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
Stars: ✭ 250 (+986.96%)
Mutual labels:  jekyll, documentation-tool
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+47.83%)
Mutual labels:  jekyll
tygen
Modern documentation generator for TypeScript built with ReactJS
Stars: ✭ 23 (+0%)
Mutual labels:  documentation-tool
fdroid-website
mirror of https://gitlab.com/fdroid/fdroid-website
Stars: ✭ 25 (+8.7%)
Mutual labels:  jekyll
presidium
Presidium user documentation
Stars: ✭ 25 (+8.7%)
Mutual labels:  documentation-tool
DevDocs-Web-Ext
A Chrome extension for DevDocs.
Stars: ✭ 22 (-4.35%)
Mutual labels:  documentation-tool
efcl.github.io
Web Scratchブログのリポジトリ
Stars: ✭ 95 (+313.04%)
Mutual labels:  jekyll
google-sheet-to-github-website
This is a working project for operating a data driven website on Github Pages using Google Sheets as a data source.
Stars: ✭ 20 (-13.04%)
Mutual labels:  jekyll
Little-Jekyll
A desktop app for Jekyll
Stars: ✭ 40 (+73.91%)
Mutual labels:  jekyll
jekyll-imgix
A plugin for integrating imgix into Jekyll sites
Stars: ✭ 49 (+113.04%)
Mutual labels:  jekyll
xaml-docs
Public Documentation for Telerik UI for WPF and Silverlight
Stars: ✭ 46 (+100%)
Mutual labels:  jekyll
notoma
Use Notion as your blogging editor, with any static gen blog engine. Notoma converts Notion pages to Markdown files.
Stars: ✭ 40 (+73.91%)
Mutual labels:  jekyll
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (+17.39%)
Mutual labels:  jekyll
voyager
Just another jekyll theme.
Stars: ✭ 41 (+78.26%)
Mutual labels:  jekyll
lens-jekyll-theme
A Jekyll version of the "Lens" theme by HTML5 UP.
Stars: ✭ 56 (+143.48%)
Mutual labels:  jekyll
hapic
Input/Output/Error management for your python controllers with Swagger doc generation
Stars: ✭ 18 (-21.74%)
Mutual labels:  documentation-tool
marat
📜 Jekyll theme inspired by L'Ami du peuple
Stars: ✭ 46 (+100%)
Mutual labels:  jekyll
backboneindex
Filter Backbone resources with ease
Stars: ✭ 15 (-34.78%)
Mutual labels:  jekyll
impatient-jekyll
Build a website yourself. Easy to use, get a fast workflow and fast website. http://bdavidxyz.github.io/impatient-jekyll/
Stars: ✭ 22 (-4.35%)
Mutual labels:  jekyll
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (+26.09%)
Mutual labels:  jekyll

Doc42

Doc42 is a Jekyll and Kissui starter kit to create awesome documentations.

Kissui + Markdown = 🚀

Installation

Before you start, make sure you have Jekyll installed. Read here for a quick installtion.

After installing Jekyll, clone or download this repo, open Terminal, cd to the doc42 folder and run:

jekyll server

Note: it's better to clone this repo instead of download the content. This way, you can always update the repo with a git pull command.

Adding, updating and removing docs

All documentation pages go under the /docs folder. Create folders under the /docs and put pages there:

Example:

/docs
   |- basics
        |- elements.html
   |- applications
        |- helloworld.html
   |- faq
        |- index.html

Each page can define this parameters:

  • layout
  • title
  • categories
  • permalink

Example:

layout: doc
title: Typography
categories: basics
permalink: /docs/basics/typography/

Details

What is Kissui?

Kissui is a web development kit. It has a lot of fancy features to create an awesome web app.

What is Jekyll?

Transform your plain text into static websites and blogs.

Jekyll is a platform to convert Markdown to HTML. It doesn't have any database and stores all data on a Git repo.

What doc42 means?

Doc means documentations and 42 is the answer to everything. Read more here.

Author

Afshin Mehrabani

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].