{"library":"mkdocs-material","code":"mkdocs new my-project\ncd my-project\n# Edit mkdocs.yml to apply the theme\nwith open('mkdocs.yml', 'w') as f:\n    f.write('site_name: My Documentation\\n')\n    f.write('theme:\\n')\n    f.write('  name: material\\n')\nmkdocs serve","lang":"bash","description":"Create a new MkDocs project, navigate into it, configure `mkdocs.yml` to use the Material theme, and then serve the documentation locally.","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":1},{"runtime":"python:3.10-slim","exit_code":1},{"runtime":"python:3.11-alpine","exit_code":1},{"runtime":"python:3.11-slim","exit_code":1},{"runtime":"python:3.12-alpine","exit_code":1},{"runtime":"python:3.12-slim","exit_code":1},{"runtime":"python:3.13-alpine","exit_code":1},{"runtime":"python:3.13-slim","exit_code":1},{"runtime":"python:3.9-alpine","exit_code":1},{"runtime":"python:3.9-slim","exit_code":1}]}