Skip to content

batterytracker/battery-tracker-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BatteryTracker Documentation Website

This is the source code that runs the BatteryTracker documentation website.

How to Contribute

  • If you have a request for expanded documentation or question that is not answered in the docs, please open an issue!
  • For bug reports or feature requests for the BatteryTracker platform, please use the Submit Feedback tool in the UI.
  • PRs or issues are welcome for any expanded documentation, spelling/grammar issues, or factual errors.

Developer's Guide

This repository uses Hugo to generate a static site from markdown files. The project also includes a custom theme, specifically designed for the documentation site. The theme sets up sidebar menus, headers and footers, etc.

The site is deployed using Netlify; The master branch is deployed to the production site and the develop branch is deployed to the development site.

Deploy Status

Branch Deploy Status Target
main Netlify Status https://docs.telemetryjet.com/

Development

Please install Hugo.

To run a development server, use:

hugo serve

To build and export the site to static HTML, use:

hugo

This will build the static site to the public/ directory as HTML. These files should not be uploaded to git; they are ignored and will be built by Netlify during the automated deployment.

About

Wiki/documentation site for the battery tracker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published