This repository contains the documentation for IBM Tutorials.
Check our Interactive site here
- Python 3.x
- pip (Python package installer)
- Clone this repository:
git clone <your-repo-url>
cd ibm-tutorials
- Install MkDocs and the required theme:
pip install mkdocs mkdocs-material
ibm-tutorials/
├── docs/ # Documentation source files
├── stylesheets/ # Custom CSS styles
└── mkdocs.yml # MkDocs configuration file
- Create a new branch for your changes
- Make your changes to the documentation
- Test your changes locally using
mkdocs serve
- Submit a pull request