mindsdb-docs-old
                                
                                 mindsdb-docs-old copied to clipboard
                                
                                    mindsdb-docs-old copied to clipboard
                            
                            
                            
                        Current MindsDB Docs are migrated to MindsDB repository
🚧 MindsDB Documentation(Migrated to MindsDB repository) 🚧
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? 
- Report a bug
- Improve documentation
- Propose new feature
- Fix typos
Contributors
Made with contributors-img.