Compile information of tables in the Mercado Pago (MP) documentation.
- Python 3
Run the following commands in the root directory of a clone of this repository. It'll install Mkdocs+Material.
python3 -m venv venv
source venv/bin/activate
pip install mkdocs-material
Now should be possível do run the docs using Mkdocs.
mkdocs serve
You can customize the port.
mkdocs serve -a localhost:8081
In this case, the docs will be available in the following address.