LOGO ExectOS Operating System

Writing Documentation

Our documentation is integrated with this website and it is stored in GIT repository. This website is powered by the Hugo Static Site Generator. All pages are created as simple Markdown files and everyone is free to submit Pull Requests to enhance the website. This article will help you better understand the proper guidelines for submitting documentation.

Guidelines

Testing Documentation

  1. Download Hugo v0.125.7 or newer.
  2. Open a shell in the root of your repository and use below command to start server
    hugo server -DF
    
  3. Open http://localhost:1313/ in your browser to access the website and check the results.

Submitting Patches

We welcome patches for both documentation and the website. We use the GNU Free Documentation License 1.3 or later for all documentation and website content. Contributions using other licenses are unlikely to be accepted. Patches should be contributed via our Gitea instance.