Skip to content

ElevatedSensors/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevated Sensors Documentation

Netlify Status License: MIT Last Commit GitHub issues

Live Documentation: https://docs.elevatedsensors.com

This repository contains the source files for the Elevated Sensors documentation site, built with Zensical. It includes product manuals, integration guides, firmware manifests, and automation examples.

Contributing

Contributions are welcome!

  • Add or update Markdown files in the docs/ folder.
  • Assets (images, PDFs, CSS) go under docs/assets/.
  • Follow existing folder structure: products/, integrations/, guides/.
  • Open a pull request and describe your changes.

Folder Structure

docs/
├─ index.md                 # Home page
├─ products/                # Product-specific pages
├─ integrations/            # Integration-specific pages
├─ guides/                  # Automation examples, general guides
└─ assets/                  # Images, CSS, PDFs

Setup/Local Preview

  1. Fork the repository and clone it
    git clone https://github.com/<your-username>/docs.git
    cd docs
  2. Install Zensical
    python3 -m venv .venv
    source .venv/bin/activate  # On Windows: .venv/Scripts/activate
    pip install zensical
  3. Run the preview server
    zensical serve
  4. Access the docs at http://localhost:8000

About

Elevated Sensors Documentation

Resources

License

Stars

Watchers

Forks

Languages