Skip to content

me3wallet/Me3Keysmith-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Me3Keysmith-documentation

This repository holds the public documentation for the Me3Keysmith documentation.

The structure of the repository is made such that it can be used with Github Pages.

This means that the directory docs is reserved for Github Pages.

The source code is located in the directory documentation. Docusaurus is the tool used to generate the documentation.

Generating the documentation

The documentation can be generated in development mode or production mode. Regardless of the option, you need to go into the directory:

cd documentation

To create the documentation in development mode:

npm start

To create the documentation in production mode (i.e. to be published using Github Pages):

npm run build

You can check that the production build is correct by running npm run serve locally.

Developer Notes

There are two branches for this repository: main and gh-pages.

gh-pages is the branch that is used to publish the documentation. The .gitignore file in this branch is slightly different from the one in the main branch in that the docs directory is not ignored.

It is necessary for the docs directory to be present in the gh-pages branch as Github Pages uses that to serve as the publicly accessible documentation site.

About

The repository publishing the documentation and holding the source code of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published