Git Product home page Git Product logo

semantic-ui-docs's Introduction

Semantic Docs

This folder contains the templates used to generate the static website for semantic-ui.com

How to Use

To install DocPad, the static site generator used to create the HTML for the site.

npm install -g docpad
docpad install eco;
docpad update; docpad upgrade;

Generating SUI for Docs

Before running the server, you will need to build your UI files for the docs.

First, be sure your docs are in the right location.
For example, if your Semantic UI folder is under vendor/, like this...

vendor/
    SemanticUI/
    ...
    ...

Then you should put docs/ under vendor/, so it looks like this:

vendor/
    docs/
    SemanticUI/
    ...
    ...

Next, run the commands to build the docs:

# "ui" can be any folder that contains the SUI build files
cd ./ui
gulp build-docs

By default, docs build to build-docs/ (from the adjacent folder docs/). The command must be run from your UI folder! (In the above example, we use ./ui.)

To configure a different docs location, modify tasks/docs.json accordingly.

Running the Server

Start the docs server (and generate docs):

# run from inside docs folder that will now contain the compiled docs 
# windows users can then navigate to http://localhost:9778
docpad run

Watch for changes from your UI folder, and serve to the docs instance:

gulp serve-docs

Help Fix Typos and Errors

If you find any typos or mistakes, submitting a fix is easy!

semantic-ui-docs's People

Contributors

anotherzero avatar avalanche1 avatar brigand avatar clkao avatar coreyfarrell avatar dandv avatar deneuxa avatar doabit avatar dos1 avatar eibrahim avatar elkebirmed avatar ikourfaln avatar jlukic avatar lemartialou avatar maturanomx avatar mishak87 avatar mohammadyounes avatar musatov avatar nd0ut avatar nsmith avatar quirkyjack avatar ranhiru avatar rendom avatar sami-t avatar shimshamsam avatar skysplit avatar slobo avatar tomsseisums avatar webdesserts avatar zearin avatar

Watchers

 avatar  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.