Coder Social home page Coder Social logo

the-couch / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexpate/docs

0.0 4.0 0.0 15.6 MB

Documentation of ZEIT Now and other services

Home Page: https://zeit.co/docs

License: MIT License

JavaScript 99.85% Dockerfile 0.10% Shell 0.05%

docs's Introduction

ZEIT Documentation

This is the public documentation for ZEIT now all other related services.
You can access this documentation online at https://zeit.co/docs .

Running Locally

Download the copy of this repostory.

git clone https://github.com/zeit/docs.git

Then visit to the downloaded repository and install dependencies with:

npm install 

Then you can run the app with: (The app is written in Next.js)

npm run dev

Now the documentation is running at http://localhost:3000/docs.

Editing Docs Content

You can find the source of the documentation inside the pages/docs directory. Documentation is mostly written in markdown with the help of some React components.

Those components give us additional features which are not available in markdown.

Adding New Docs

Any document can be modified with markdown or any imported React component with the power of MDX.

The following is the format of any guide page, which is used when creating any new document when placing that document within the pages/docs directory. The page extension must be .md.

import withDoc from '../../../lib/with-doc'

import { TerminalInput } from '../../../components/text/terminal'

export const meta = {
  title: 'The Title for the New Guide',
  date: '23 June 2017',
  editUrl: 'pages/docs/category/file.md',
}

This is the content written in Markdown.

<TerminalInput># this is how we show the terminal input</TerminalInput>  

The following is to allow the content to be exported as a page with our layout

export default ({children}) => <Doc meta={meta}>{ children }</Doc>

Then you can add it to the sidebar by editing the file located at: lib/data/docs.js.

Adding Images and Assets

You can add images and assets into the static directory. Always try to avoid using hosted images. If you are creating a new docs page, keep you images inside a subdirectory under static/docs.

New Components

Always try to use the existing components and features in markdown. Create a new component or use a component from NPM, unless there is no other option.

Submiting Changes / New Doc Pages

We are happy to recieve any pull requests with changes that could make our documentation better and easier to understand.

docs's People

Contributors

timothyis avatar arunoda avatar leo avatar sergiodxa avatar timneutkens avatar rauchg avatar tootallnate avatar austintoddj avatar nkzawa avatar matheuss avatar rubymorillo avatar lucaperret avatar joecohens avatar paulogdm avatar tim-phillips avatar timhudson avatar littlestudent avatar shuding avatar orta avatar olliv avatar justinmpier avatar stevenmathews avatar shaunchurch avatar revelt avatar ragzor avatar panr avatar paulkinlan avatar pckilgore avatar nikosolihin avatar timoftean avatar

Watchers

James Cloos avatar Kevin Green avatar  avatar Costa Damaskos 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.