GithubHelp home page GithubHelp logo

isabella232 / motherboard-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moduscreateorg/motherboard-docs

0.0 0.0 0.0 37.9 MB

Motherboard docs

License: Apache License 2.0

JavaScript 1.28% TypeScript 70.02% CSS 25.14% HTML 3.56%

motherboard-docs's Introduction

Built With Stencil

Motherboard Docs

This is the home for the Motherboard docs.

Developing

Install dependencies by running npm install and then start the development server with npm run dev. Note that you'll need recent versions of npm (5.8+) and Node (8+).

Editing

The docs content is written as markdown and lives in src/content. The content directory maps directly to routes on the site. (src/content/intro.md -> /docs/intro) In lieu of a style guide, temporarily, please refer to existing docs for examples of preferred style.

Directory Structure

The repo consists of three main top-level directories: scripts, server, and src. The scripts/ directory holds build scripts for fetching and generating API reference docs from other Ionic repositories. You should not need to change it. The server/ directory holds the source for the production server. The src/ directory contains the main Stencil app's components and styles.

ionic-docs/
├── scripts/
├── server/
└── src/
    └── content/

Content

Markdown content living in src/content/ is mapped to routes based on the file path. So, a markdown document at src/content/intro.md is available on the docs site at /docs/intro. Reference content, such as API and CLI docs, is sourced from separate repos and should be edited there.

Sources

Much of the content is sourced from external repos, each in sources/. To pull this in and generate the missing pages, run the command: npm run docgen. To generate a specific section, add framework, cli, native, components, or storage after the the docgen command. For example npm run docgen native.

motherboard-docs's People

Contributors

perrygovier avatar camwiegert avatar imhoffd avatar jgw96 avatar mlynch avatar mhartington avatar kevinports avatar jthoms1 avatar kensodemann avatar aphex avatar adamdbradley avatar janpio avatar danielsogl avatar manucorporat avatar brandyscarney avatar chrisgriffith avatar grgur avatar fuiste avatar peterennis avatar kiwinode avatar paulstelzer avatar patrickmcd avatar nadeemkhan avatar dotnetkow avatar lawrencetaur avatar ionitron avatar gusgonnet avatar giocalitri avatar d2s avatar webprofusion-chrisc 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.