Skip to content

Commit

Permalink
Merge pull request #381 from feiskyer/ensable-search
Browse files Browse the repository at this point in the history
Enable search for website
  • Loading branch information
k8s-ci-robot authored Aug 25, 2020
2 parents 5d576e8 + b25be73 commit bfe9058
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions site/assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ style = "tango"
# Everything below this are Site Params

[params]
copyright = "The Docsy Authors"
privacy_policy = "https://policies.google.com/privacy"
copyright = "The Kubernetes Authors"
privacy_policy = ""

# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
Expand Down Expand Up @@ -113,7 +113,7 @@ github_project_repo = "https://github.com/kubernetes-sigs/cloud-provider-azure"
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = false
offlineSearch = true

# User interface configuration
[params.ui]
Expand All @@ -124,7 +124,7 @@ breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = false
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = false

Expand Down
6 changes: 3 additions & 3 deletions site/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

{{< blocks/cover title="Cloud Provider Azure" image_anchor="center" height="full" color="primary" >}}

An Azure-specific implementation of the Kubernetes Cloud Controller Manager.
An Azure implementation of the Kubernetes Cloud Provider.

<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/topics" >}}">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/install" >}}">
Get Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/kubernetes-sigs/cloud-provider-azure">
Expand All @@ -31,7 +31,7 @@
Please join #provider-azure in [Kubernetes slack workspace](http://slack.kubernetes.io/).
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-blogger" title="Check out our blog!" url="../cloud-provider-azure/blog" %}}
{{% blocks/feature icon="fab fa-blogger" title="Check out release notes!" url="../cloud-provider-azure/blog" %}}
For announcement of latest features, etc.
{{% /blocks/feature %}}

Expand Down

0 comments on commit bfe9058

Please sign in to comment.