Git Product home page Git Product logo

mambo-docs's Introduction

Work-in-progress documentation for MAMBO

View documentation here


Add Pages

Write markdown pages!

Add new section

  1. Create new folder | e.g. example

  2. Create new markdown file with same name inside folder | e.g. example/example.md

  3. Fill out top of file with following

---
layout: default
title: example        # replace with file name
nav_order: 3          # set priority of section/page
has_children: true    # Important for section!
permalink: /example   # set link to this folder
---
# <YOUR MARKDOWN HERE>

Add new child page

  1. Create new markdown file
  2. Fill out top of file with following
---
layout: default
title: test         # replace with file name
parent: example     # Important for sub-page!
nav_order: 2        # set priority of section/page
---
# <YOUR MARKDOWN HERE>

just-the-docs supports much more!

mambo-docs's People

Contributors

alphadaze avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.