mirror of https://github.com/knative/docs.git
				
				
				
			
		
			
				
	
	
		
			97 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
INHERIT: config/nav.yml
 | 
						|
 | 
						|
site_name: Knative
 | 
						|
site_url: https://knative.dev/blog
 | 
						|
site_description: Knative Blog
 | 
						|
extra_css:
 | 
						|
  - stylesheets/extra.css
 | 
						|
 | 
						|
repo_url: https://github.com/knative/docs
 | 
						|
edit_uri: edit/main/blog/docs
 | 
						|
 | 
						|
 | 
						|
theme:
 | 
						|
  name: material
 | 
						|
  docs_dir: blog/
 | 
						|
  logo: images/logo/rgb/knative-logo-rgb.png
 | 
						|
  favicon: images/favicon.ico
 | 
						|
  custom_dir: overrides
 | 
						|
  features:
 | 
						|
    - navigation.tabs
 | 
						|
    - navigation.tracking
 | 
						|
    - navigation.tabs.sticky
 | 
						|
    - navigation.indexes
 | 
						|
    - navigation.top
 | 
						|
 | 
						|
markdown_extensions:
 | 
						|
  # - mdx_include:
 | 
						|
  #     base_path: docs
 | 
						|
  - pymdownx.emoji:
 | 
						|
      emoji_index: !!python/name:materialx.emoji.twemoji
 | 
						|
      emoji_generator: !!python/name:materialx.emoji.to_svg
 | 
						|
  - attr_list
 | 
						|
  - meta
 | 
						|
  - pymdownx.superfences
 | 
						|
  - pymdownx.tabbed:
 | 
						|
      alternate_style: true
 | 
						|
  - pymdownx.details
 | 
						|
  - pymdownx.snippets:
 | 
						|
      base_path: docs/snippets
 | 
						|
  - pymdownx.keys
 | 
						|
  - pymdownx.caret
 | 
						|
  - pymdownx.mark
 | 
						|
  - pymdownx.tilde
 | 
						|
  - pymdownx.escapeall
 | 
						|
  - pymdownx.tasklist:
 | 
						|
      custom_checkbox: true
 | 
						|
  - admonition
 | 
						|
  - toc:
 | 
						|
      permalink: true
 | 
						|
      toc_depth: 1
 | 
						|
  - def_list
 | 
						|
 | 
						|
plugins:
 | 
						|
  search:
 | 
						|
    # Spaces, dashes, periods and forward-slash (so serving.knative.dev/blibble can be searched as blibble).
 | 
						|
    separator: '[\/\s\-\.]+'
 | 
						|
  exclude:
 | 
						|
    glob:
 | 
						|
      # Exclude files that contain hugo specific shortcodes
 | 
						|
      # (either the include shortcode or not-converted-yet tabs).
 | 
						|
      - snippets/*
 | 
						|
      - smoketest.md
 | 
						|
      - "*/_index.md" # pretty much all shortcodes
 | 
						|
  awesome-pages:
 | 
						|
    filename: ".index"
 | 
						|
    collapse_single_pages: true
 | 
						|
    strict: false
 | 
						|
  rss:
 | 
						|
    match_path: "(articles|steering|events|releases)/.*"
 | 
						|
    date_from_meta:
 | 
						|
      as_creation: "date"
 | 
						|
      as_update: false
 | 
						|
      datetime_format: "%Y-%m-%d"
 | 
						|
 | 
						|
copyright: "Copyright © 2022 The Knative Authors"
 | 
						|
 | 
						|
extra:
 | 
						|
  homepage: https://knative.dev/docs
 | 
						|
  social:
 | 
						|
    - icon: fontawesome/brands/twitter
 | 
						|
      link: https://twitter.com/KnativeProject
 | 
						|
    - icon: fontawesome/brands/github
 | 
						|
      link: https://github.com/knative/community
 | 
						|
      name: Knative Community on Github
 | 
						|
    - icon: fontawesome/brands/slack
 | 
						|
      link: https://slack.knative.dev
 | 
						|
      name: Slack
 | 
						|
  # TODO: Replace with https://github.com/mkdocs/mkdocs/pull/2267 once mkdocs 1.2 is out.
 | 
						|
  version_warning: !!python/object/apply:os.getenv ["VERSION_WARNING"]
 | 
						|
  knative_version: !!python/object/apply:os.getenv ["KNATIVE_VERSION"]
 | 
						|
  branch: !!python/object/apply:os.getenv ["SAMPLES_BRANCH", "main"]
 | 
						|
  analytics:
 | 
						|
    provider: google
 | 
						|
    property: G-YRMNFYE32R
 | 
						|
  version:
 | 
						|
    provider: mike
 |