diff --git a/site/hugo.toml b/site/hugo.toml index 89caff1db474..70ee73aa7afa 100644 --- a/site/hugo.toml +++ b/site/hugo.toml @@ -64,26 +64,8 @@ languageName ="English" # Weight used for sorting. weight = 1 [languages.en.params] -title = "Goldydocs" -description = "A Docsy example site" - -[languages.no] -languageName ="Norsk" -contentDir = "content/no" -[languages.no.params] -title = "Goldydocs" -description = "Docsy er operativsystem for skyen" -time_format_default = "02.01.2006" -time_format_blog = "02.01.2006" - -[languages.fa] -languageName ="فارسی" -contentDir = "content/fa" -[languages.fa.params] -title = "اسناد گلدی" -description = "یک نمونه برای پوسته داکسی" -time_format_default = "2006.01.02" -time_format_blog = "2006.01.02" +title = "Envoy Gateway" +description = "Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway" [markup] [markup.goldmark] @@ -104,7 +86,7 @@ time_format_blog = "2006.01.02" section = ["HTML", "print", "RSS"] [params] -copyright = "The Docsy Authors" +copyright = "The Envoy Gateway Authors" privacy_policy = "https://policies.google.com/privacy" # First one is picked as the Twitter card image if not set on page. @@ -129,9 +111,9 @@ version = "0.0" url_latest_version = "https://example.com" # Repository configuration (URLs for in-page links to opening issues and suggesting changes) -github_repo = "https://github.com/google/docsy-example" +github_repo = "https://github.com/envoyproxy/gateway" # An optional link to a related project repo. For example, the sibling repository where your product code lives. -github_project_repo = "https://github.com/google/docsy" +github_project_repo = "https://github.com/envoyproxy/gateway" # Specify a value here if your content directory is not in your repo's root directory # github_subdir = "" @@ -174,8 +156,8 @@ sidebar_search_disable = false [params.ui.feedback] enable = true # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). -yes = 'Glad to hear it! Please tell us how we can improve.' -no = 'Sorry to hear that. Please tell us how we can improve.' +yes = 'Glad to hear it! Please tell us how we can improve.' +no = 'Sorry to hear that. Please tell us how we can improve.' # Adds a reading time to the top of each doc. # If you want this feature, but occasionally need to remove the Reading time from a single page, @@ -187,41 +169,31 @@ enable = false # End user relevant links. These will show up on left side of footer and in the community page if you have one. [[params.links.user]] name = "User mailing list" - url = "https://example.org/mail" + url = "mailto:envoy-users@googlegroups.com" icon = "fa fa-envelope" desc = "Discussion and help from your fellow users" [[params.links.user]] name ="Twitter" - url = "https://example.org/twitter" + url = "https://twitter.com/EnvoyProxy" icon = "fab fa-twitter" desc = "Follow us on Twitter to get the latest news!" -[[params.links.user]] - name = "Stack Overflow" - url = "https://example.org/stack" - icon = "fab fa-stack-overflow" - desc = "Practical questions and curated answers" # Developer relevant links. These will show up on right side of footer and in the community page if you have one. [[params.links.developer]] name = "GitHub" - url = "https://github.com/google/docsy" + url = "https://github.com/envoyproxy/gateway" icon = "fab fa-github" desc = "Development takes place here!" [[params.links.developer]] name = "Slack" - url = "https://example.org/slack" + url = "https://envoyproxy.slack.com/archives/C03E6NHLESV" icon = "fab fa-slack" desc = "Chat with other project developers" -[[params.links.developer]] - name = "Developer mailing list" - url = "https://example.org/mail" - icon = "fa fa-envelope" - desc = "Discuss development issues around the project" # hugo module configuration [module] # uncomment line below for temporary local development of module - # replacements = "github.com/google/docsy -> ../../docsy" + # replacements = "github.com/envoyproxy/gateway -> ../../docsy" [module.hugoVersion] extended = true min = "0.110.0" diff --git a/site/layouts/404.html b/site/layouts/404.html index 1a9bd70440a7..d32828c8b2fd 100644 --- a/site/layouts/404.html +++ b/site/layouts/404.html @@ -2,6 +2,5 @@
Oops! This page doesn't exist. Try going back to the home page.
-You can learn how to make a 404 page like this in Custom 404 Pages.