1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00
mkdocs-material/examples
2017-10-18 21:56:53 +02:00
..
basic Added example for basic configuration 2017-06-21 10:36:23 +02:00
language Fixed backward compatibility for localization 2017-10-18 21:56:53 +02:00
README.md Added documentation how to run examples [ci skip] 2017-06-21 10:36:23 +02:00

Examples

To run the example configurations, ensure Python and MkDocs are up and running, change to the respective directory and run mkdocs serve. This will print:

INFO    -  Building documentation...
INFO    -  Cleaning site directory
[I 170620 18:54:55 server:283] Serving on http://127.0.0.1:8000
[I 170620 18:54:55 handlers:60] Start watching changes
[I 170620 18:54:55 handlers:62] Start detecting changes

Go to http://127.0.0.1:8000 to see the resulting documentation.