mindsdb / mindsdb-docs-old

Current MindsDB Docs are migrated to MindsDB repository
https://docs.mindsdb.com/
MIT License
38 stars 39 forks source link
documentation hacktoberfest lightwood mindsdb mkdocs mkdocs-material

🚧 MindsDB Documentation(Migrated to MindsDB repository) 🚧

Build Status MindsDB Community

Website

Running the docs locally

First install the mkdocs and mkdocs-material theme in your python virtual environment:

pip install -r requirements.txt

Then, navigate to the /mindsdb-docs directory and start the server:

mkdocs serve

The documentation website will be available at http://127.0.0.1:8000

Deploy the docs

The latest version shall be automatically pushed and deployed after merge on master. If the CI/CD deploy failed, locally run:

mkdocs gh-deploy

All of the html files and assets will be pushed to the gh-pages branch and published on github pages.

Repository structure

The mindsdb-docs layout is as follows:

docs                                   # Containes documentation source files
|__assets/                             # Image and icons used in pages
|__.md                                 # All of the markdown files used as pages
overrides
β”œβ”€ assets/
β”‚  β”œβ”€ images/                          # Images and icons
β”‚  β”œβ”€ javascripts/                     # JavaScript
β”‚  └─ stylesheets/                     # Stylesheets
β”œβ”€ partials/
β”‚  β”œβ”€ footer.html                      # Footer bar
β”œβ”€ 404.html                            # 404 error page
β”œβ”€ base.html                           # Base template
└─ main.html
.mkdocs.yml                            # Mkdocs configuration file

Contribute

How can you help us? contributions welcome

Contributors

Made with contributors-img.