This repository contains the documentation website for the TileFusion library. The documentation is built using Jekyll and hosted on GitHub Pages.
- Ruby 2.5 or higher
- Bundler
- Jekyll
-
Clone this repository:
git clone https://github.com/TiledTensor/tilefusion-docs cd tilefusion-docs
-
Install dependencies:
bundle install
-
Start the local server:
bundle exec jekyll serve --baseurl ""
-
Visit
http://localhost:4000
in your browser to view the documentation.
docs/
- Main documentation content_includes/
- Reusable Jekyll components_layouts/
- Page layout templatesassets/
- Static assets (images, CSS, JavaScript)_config.yml
- Jekyll configuration file
We welcome contributions to improve the documentation! Please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request
This documentation is licensed under the same license as the TileFusion library. See the LICENSE file for details.