mirror of https://github.com/knative/docs.git
				
				
				
			test mkdocs8 (#4711)
* test mkdocs8 Signed-off-by: Carlos Santana <csantana23@gmail.com> * fix warning banner Signed-off-by: Carlos Santana <csantana23@gmail.com>
This commit is contained in:
		
							parent
							
								
									77474be4e8
								
							
						
					
					
						commit
						d8a09f428d
					
				|  | @ -65,20 +65,20 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* bit of a hack to stop the banner taking space when empty */ | /* bit of a hack to stop the banner taking space when empty */ | ||||||
| .md-announce .md-announce__inner { | .md-banner .md-banner__inner { | ||||||
|   margin: 0 auto; |   margin: 0 auto; | ||||||
|   padding: 0; |   padding: 0; | ||||||
| } | } | ||||||
| .md-announce { | .md-banner { | ||||||
|   background: #fff5b5; |   background: #fff5b5; | ||||||
| } | } | ||||||
| .md-announce .versionwarning h1 { | .md-banner .versionwarning h1 { | ||||||
|   font-weight: bold; |   font-weight: bold; | ||||||
| } | } | ||||||
| .md-announce .versionwarning p { | .md-banner .versionwarning p { | ||||||
|   color: black; |   color: black; | ||||||
| } | } | ||||||
| .md-announce a { | .md-banner a { | ||||||
|   color: blue; |   color: blue; | ||||||
|   text-decoration: underline; |   text-decoration: underline; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -29,7 +29,8 @@ markdown_extensions: | ||||||
|   - attr_list |   - attr_list | ||||||
|   - meta |   - meta | ||||||
|   - pymdownx.superfences |   - pymdownx.superfences | ||||||
|   - pymdownx.tabbed |   - pymdownx.tabbed: | ||||||
|  |       alternate_style: true | ||||||
|   - pymdownx.details |   - pymdownx.details | ||||||
|   - pymdownx.snippets: |   - pymdownx.snippets: | ||||||
|       base_path: docs/snippets |       base_path: docs/snippets | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| mkdocs-material==7.3.1 | mkdocs-material==8.1.10 | ||||||
| mkdocs-exclude>=1.0 | mkdocs-exclude>=1.0 | ||||||
| mkdocs-macros-plugin>=0.5.12 | mkdocs-macros-plugin>=0.5.12 | ||||||
| mkdocs-awesome-pages-plugin>=2.5 | mkdocs-awesome-pages-plugin>=2.5 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue