Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

ZupIT/docs-charles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Felipe Brunelli de Andrade
Jun 28, 2021
728900b · Jun 28, 2021

History

66 Commits
Jun 28, 2021
Jan 28, 2021
Jan 28, 2021
Jun 28, 2021
Jun 28, 2021
Jun 21, 2021
Jun 28, 2021
Jun 28, 2021
Jan 28, 2021
Jun 14, 2021
Feb 3, 2021
Jan 21, 2021
Jan 28, 2021
Jan 28, 2021
Jun 28, 2021
Jun 21, 2021
Jan 28, 2021
Jun 6, 2021
Jun 16, 2021
Jun 6, 2021
Jun 6, 2021

Repository files navigation

Procedures to create documentation

Each new version, the main branch is the default, to create a new version, after create a pull request to the main branch, you need to create a new release, for example, create a release with name v1.2.0 or 1.2.x.

Every time that a new release is created, we save the current work into a new branch, called release-VERSION, if you need to fix or add new information to a already published documentation, you need to open a PR to the published branch, i. e., release-VERSION.

Docsy Example

Docsy is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more. This Docsy Example Project uses the Docsy theme, as well as providing a skeleton documentation structure for you to use. You can either copy this project and edit it with your own content, or use the theme in your projects like any other Hugo theme.

This Docsy Example Project is hosted at https://example.docsy.dev/.

You can find detailed theme instructions in the Docsy user guide: https://docsy.dev/docs/

This is not an officially supported Google product. This project is currently maintained.

Cloning the Docsy Example Project

The following will give you a project that is set up and ready to use (don't forget to use --recurse-submodules or you won't pull down some of the code you need to generate a working site). The hugo server command builds and serves the site. If you just want to build the site, run hugo instead.

git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
cd docsy-example
hugo server

The theme is included as a Git submodule:

▶ git submodule
 a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)

If you want to do SCSS edits and want to publish these, you need to install PostCSS (not needed for hugo server):

npm install

Running the website locally

Once you've cloned the site repo, from the repo root folder, run:

hugo server

Enjoy