mirror of https://github.com/knative/docs.git
update mkdocs.yml in blog (#4428)
* update mkdocs.yml in blog I am 99.99% sure this fixes #4419 but I cannot run the blog locally due to #4427 * Update mkdocs.yml use `extra.homepage`
This commit is contained in:
parent
b92152a90d
commit
adcc969fad
|
@ -1,7 +1,7 @@
|
|||
INHERIT: config/nav.yml
|
||||
|
||||
site_name: Knative
|
||||
site_url: https://knative.dev/blog
|
||||
site_url: https://knative.dev/docs
|
||||
site_description: Knative Blog
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
@ -74,6 +74,7 @@ plugins:
|
|||
copyright: "Copyright © 2021 The Knative Authors"
|
||||
|
||||
extra:
|
||||
homepage: https://knative.dev/docs
|
||||
social:
|
||||
- icon: fontawesome/brands/twitter
|
||||
link: https://twitter.com/KnativeProject
|
||||
|
|
Loading…
Reference in New Issue