github.com/Azure/aad-pod-identity@v1.8.17/website/config.toml (about)

     1  baseURL = "https://azure.github.io/aad-pod-identity"
     2  title = "Azure Active Directory POD Identity for Kubernetes"
     3  
     4  enableRobotsTXT = true
     5  
     6  # Hugo allows theme composition (and inheritance). The precedence is from left to right.
     7  theme = ["docsy"]
     8  
     9  # Will give values to .Lastmod etc.
    10  enableGitInfo = true
    11  
    12  # Language settings
    13  contentDir = "content/en"
    14  defaultContentLanguage = "en"
    15  defaultContentLanguageInSubdir = false
    16  # Useful when translating.
    17  enableMissingTranslationPlaceholders = true
    18  
    19  disableKinds = ["taxonomy", "taxonomyTerm"]
    20  
    21  # Highlighting config
    22  pygmentsCodeFences = true
    23  pygmentsUseClasses = false
    24  # Use the new Chroma Go highlighter in Hugo.
    25  pygmentsUseClassic = false
    26  #pygmentsOptions = "linenos=table"
    27  # See https://help.farbox.com/pygments.html
    28  pygmentsStyle = "tango"
    29  
    30   # First one is picked as the Twitter card image if not set on page.
    31   #images = ["images/project-illustration.png"]
    32  
    33  # Configure how URLs look like per section.
    34  [permalinks]
    35  blog = "/:section/:year/:month/:day/:slug/"
    36  
    37  [outputs]
    38  	home = [ "HTML", "JSON" ]
    39  	page = [ "HTML" ]
    40  
    41  ## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
    42  [blackfriday]
    43  plainIDAnchors = true
    44  hrefTargetBlank = true
    45  angledQuotes = false
    46  latexDashes = true
    47  
    48  # Image processing configuration.
    49  [imaging]
    50  resampleFilter = "CatmullRom"
    51  quality = 75
    52  anchor = "smart"
    53  
    54  # Additional menu items
    55  
    56  #[[menu.main]]
    57  #    name = "Example Site"
    58  #    weight = 40
    59  #    url = "https://example.docsy.dev"
    60  [[menu.main]]
    61      name = "GitHub"
    62      weight = 50
    63      url = "https://github.com/Azure/aad-pod-identity"
    64  
    65  [services]
    66  [services.googleAnalytics]
    67  # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
    68  id = "UA-00000000-999"
    69  
    70  # Language configuration
    71  
    72  [languages]
    73  [languages.en]
    74  title = "Azure Active Directory Pod Identity for Kubernetes"
    75  description = "Azure AD Pod Identity for Kubernetes"
    76  languageName = "English"
    77  # Weight used for sorting.
    78  weight = 1
    79  
    80  [markup]
    81    [markup.goldmark]
    82      [markup.goldmark.renderer]
    83        unsafe = true
    84    [markup.highlight]
    85        # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
    86        style = "tango"
    87        # Uncomment if you want your chosen highlight style used for code blocks without a specified language
    88        # guessSyntax = "true"
    89  
    90  # Everything below this are Site Params
    91  
    92  [params]
    93  copyright = "Azure Compute OSS Upstream Team"
    94  #privacy_policy = "https://policies.google.com/privacy"
    95  
    96  # Menu title if your navbar has a versions selector to access old versions of your site.
    97  # This menu appears only if you have at least one [params.versions] set.
    98  version_menu = "Releases"
    99  
   100  # Flag used in the "version-banner" partial to decide whether to display a
   101  # banner on every page indicating that this is an archived version of the docs.
   102  # Set this flag to "true" if you want to display the banner.
   103  archived_version = false
   104  
   105  # The version number for the version of the docs represented in this doc set.
   106  # Used in the "version-banner" partial to display a version number for the
   107  # current doc set.
   108  version = "0.0"
   109  
   110  # A link to latest version of the docs. Used in the "version-banner" partial to
   111  # point people to the main doc site.
   112  url_latest_version = "https://azure.github.io/aad-pod-identity/"
   113  
   114  # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
   115  github_repo = "https://github.com/Azure/aad-pod-identity"
   116  # An optional link to a related project repo. For example, the sibling repository where your product code lives.
   117  github_project_repo = "https://github.com/Azure/aad-pod-identity/issues/new?assignees=&labels=bug&template=bug_report.md&title="
   118  
   119  # Specify a value here if your content directory is not in your repo's root directory
   120  github_subdir = "website"
   121  
   122  time_format_blog = "Monday, January 02, 2006"
   123  time_format_default = "January 2, 2006"
   124  # Sections to publish in the main RSS feed.
   125  rss_sections = ["blog"]
   126  
   127  # Google Custom Search Engine ID. Remove or comment out to disable search.
   128  # Removes top navigation search bar
   129  # gcs_engine_id = "011217106833237091527:la2vtv2emlw"
   130  
   131  # Enable Algolia DocSearch
   132  algolia_docsearch = false
   133  
   134  #Enable offline search with Lunr.js
   135  offlineSearch = true
   136  offlineSearchSummaryLength = 70
   137  offlineSearchMaxResults = 10
   138  
   139  # Enable syntax highlighting and copy buttons on code blocks with Prism
   140  prism_syntax_highlighting = false
   141  
   142  # User interface configuration
   143  [params.ui]
   144  # Enable to show the side bar menu in its compact state.
   145  sidebar_menu_compact = false
   146  #  Set to true to disable breadcrumb navigation.
   147  breadcrumb_disable = false
   148  #  Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
   149  sidebar_search_disable = true
   150  #  Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
   151  navbar_logo = false
   152  
   153  # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
   154  # This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
   155  # If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
   156  # add "hide_feedback: true" to the page's front matter.
   157  [params.ui.feedback]
   158  enable = true
   159  # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
   160  # Update with your own repository and response text.
   161  yes = 'Glad to hear it! Please <a href="https://github.com/Azure/aad-pod-identity/issues/new">tell us how we can improve</a>.'
   162  no = 'Sorry to hear that. Please <a href="https://github.com/Azure/aad-pod-identity/issues/new">tell us how we can improve</a>.'
   163  
   164  # Adds a reading time to the top of each doc.
   165  # If you want this feature, but occasionally need to remove the Reading time from a single page,
   166  # add "hide_readingtime: true" to the page's front matter
   167  [params.ui.readingtime]
   168  enable = false
   169  
   170  [params.links]
   171  # End user relevant links. These will show up on left side of footer and in the community page if you have one.
   172  # [[params.links.user]]
   173  #	name = "User mailing list"
   174  #	url = "https://groups.google.com/forum/#!forum/docsy-users"
   175  #	icon = "fa fa-envelope"
   176  #        desc = "Discussion and help from your fellow users"
   177  #[[params.links.user]]
   178  #	name ="Twitter"
   179  #	url = "https://twitter.com/docsydocs"
   180  #	icon = "fab fa-twitter"
   181  #        desc = "Follow us on Twitter to get the latest news!"
   182  # [[params.links.user]]
   183  #	 name = "Stack Overflow"
   184  #	 url = "https://example.org/stack"
   185  #	 icon = "fab fa-stack-overflow"
   186  #         desc = "Practical questions and curated answers"
   187  # Developer relevant links. These will show up on right side of footer and in the community page if you have one.
   188  [[params.links.developer]]
   189  	name = "GitHub"
   190  	url = "https://github.com/Azure/aad-pod-identity"
   191  	icon = "fab fa-github"
   192          desc = "Development takes place here!"
   193  # [[params.links.developer]]
   194  	# name = "Slack"
   195  	# url = "https://example.org/slack"
   196  	# icon = "fab fa-slack"
   197          # desc = "Chat with other project developers"
   198  # [[params.links.developer]]
   199  	# name = "Developer mailing list"
   200  	# url = "https://example.org/mail"
   201  	# icon = "fa fa-envelope"
   202          # desc = "Discuss development issues around the project"
   203  
   204  [params.mermaid]
   205  enable = true
   206  theme = "default"