Skip to content

Stoxum/stoxum-dev-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stoxum-dev-portal

The Stoxum Developer Portal is the authoritative source for Stoxum documentation, including the stoxumd server, StoxumAPI, the Stoxum Data API, and other Stoxum open-source software.

Repository Layout

The HTML pages in this portal are generated from the markdown files in the content/ folder. Always edit the markdown files, not the HTML files. The assets/ folder contains static files used by the site's templates. The img folder contains images used in the docs.

The HTML files are generated using Stoxum's documentation tool, called Dactyl. After you've done the Dactyl Setup, you can build the docs from the tool/ folder:

cd tool
dactyl_build

Dactyl also provides link checking (the dactyl_link_checker script) and style checking (dactyl_style_checker), which you can run from the tool/ folder.

The list of which files are built, and metadata about those files, is in the tool/dactyl-config.yml file. The tool/ folder also contains the templates and style-checker rules used by Dactyl.

Dactyl Setup

Dactyl uses Python 3 and a number of modules. First, make sure you have Python 3 installed in your local operating system, then use PIP to install the dependencies:

pip3 install dactyl

Contributing

The Developer Portal welcomes outside contributions, especially to the documentation contents. If you have any corrections, improvements, or expansions of the portal, please contribute pull requests to the master branch.

Contributions become copyright Stoxum and are provided under the MIT LICENSE.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.5%
  • JavaScript 33.4%
  • HTML 5.1%
  • Python 1.0%
  • Shell 0.9%
  • PHP 0.1%