Update .gitlab-ci.yml, mkdocs.yml, docs/index.md files
This commit is contained in:
		| @@ -5,6 +5,7 @@ before_script: | ||||
|   # Add your custom theme if not inside a theme_dir | ||||
|   # (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) | ||||
|   # - pip install mkdocs-material | ||||
|   - pip install mkdocs-bootstrap386 | ||||
|  | ||||
| pages: | ||||
|   script: | ||||
|   | ||||
| @@ -1,21 +1,2 @@ | ||||
| # Welcome to MkDocs | ||||
| # Welcome | ||||
|  | ||||
| This is a test site hosted on [GitLab Pages](https://pages.gitlab.io). You can | ||||
| [browse its source code](https://gitlab.com/pages/mkdocs), fork it and start | ||||
| using it on your projects. | ||||
|  | ||||
| For full documentation visit [mkdocs.org](http://mkdocs.org). | ||||
|  | ||||
| ## Commands | ||||
|  | ||||
| * `mkdocs new [dir-name]` - Create a new project. | ||||
| * `mkdocs serve` - Start the live-reloading docs server. | ||||
| * `mkdocs build` - Build the documentation site. | ||||
| * `mkdocs help` - Print this help message. | ||||
|  | ||||
| ## Project layout | ||||
|  | ||||
|     mkdocs.yml    # The configuration file. | ||||
|     docs/ | ||||
|         index.md  # The documentation homepage. | ||||
|         ...       # Other markdown pages, images and other files. | ||||
|   | ||||
| @@ -1,2 +1,5 @@ | ||||
| site_name: My Docs by GitLab Pages | ||||
| site_url: https://pages.gitlab.io/mkdocs | ||||
| site_name: Democratic Mediums | ||||
| site_url: https://medlabboulder.gitlab.io/democraticmediums | ||||
|  | ||||
| theme: | ||||
|   name: 'bootstrap386' | ||||
		Reference in New Issue
	
	Block a user