Skip to content

EnterStudios/doc.nuxeo.com-content

 
 

Repository files navigation

Documentation Content

Development

Requirements

See the main project requirements as well as the authoring requirements.

Installation

Clone the repository to your local machine (and remember where it's saved :)), using your favorite git client or the command line:

git lfs clone https://github.com/nuxeo/doc.nuxeo.com-content
cd doc.nuxeo.com-content
git lfs install
git reset --hard

Run Locally

npm run dev

Refer to the authoring instrutions for further details. Hint: append /nxdoc or /userdoc to the URL.

Change browser

To change the from the default browser.

Project Structure

./assets/...

Any files in this directory will be copied to ./site/assets and can be referenced in html and templates.

./build.js

The main build script for generating the output for site.

./config.yml

Site configurations, ability to have production or development specific values.

./site/...

Generated output of the site. This is what will be served in production.

./src/...

Source Markdown and HTML files for content. Read the page about writing documentation, markdown and handlebars

./verify/...

Verification tests specific to this repository post build.

Trouble shooting

See main project trouble shooting.

About

Content for Documentation Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • Shell 7.9%
  • Java 5.1%
  • HTML 0.6%