From 71e96415d37908fd7984b637b4cfd7fb7e1f2075 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Fri, 8 Sep 2023 08:49:20 +0000 Subject: [PATCH] deploy: 56969dae1fe542dd076b35f82ac9778e18ee3b78 --- CNAME | 2 +- about/index.html | 4 ++-- blog/2018/01/04/another-great-release/index.html | 4 ++-- blog/2018/10/06/easy-documentation-with-docsy/index.html | 4 ++-- blog/2018/10/06/second-blog-post/index.html | 4 ++-- docs/concepts/index.html | 2 +- docs/contribution-guidelines/index.html | 2 +- docs/examples/index.html | 2 +- docs/getting-started/example-page/index.html | 6 +++--- docs/getting-started/index.html | 2 +- docs/index.html | 2 +- docs/overview/index.html | 2 +- docs/reference/index.html | 2 +- docs/reference/parameter-reference/index.html | 6 +++--- docs/tasks/beds/index.html | 6 +++--- docs/tasks/index.html | 2 +- docs/tasks/ponycopters/configuring-ponycopters/index.html | 6 +++--- docs/tasks/ponycopters/index.html | 2 +- docs/tasks/ponycopters/launching-ponycopters/index.html | 6 +++--- docs/tasks/porridge/index.html | 6 +++--- docs/tasks/task/index.html | 6 +++--- docs/tutorials/index.html | 2 +- docs/tutorials/multi-bear/index.html | 6 +++--- docs/tutorials/tutorial2/index.html | 6 +++--- search/index.html | 2 +- sitemap.xml | 2 +- 26 files changed, 48 insertions(+), 48 deletions(-) diff --git a/CNAME b/CNAME index 364a7e715bc..983354b94fa 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -gateway.xunzhuo.cafe \ No newline at end of file +gateway.xunzhuo.cafe diff --git a/about/index.html b/about/index.html index 62e81b3e976..c195f94e160 100644 --- a/about/index.html +++ b/about/index.html @@ -1,7 +1,7 @@ About Goldydocs | Envoy Gateway

About Goldydocs

A sample site using the Docsy Hugo theme.

Goldydocs is a sample site using the Docsy diff --git a/blog/2018/01/04/another-great-release/index.html b/blog/2018/01/04/another-great-release/index.html index bc19470ab67..17444f34f3c 100644 --- a/blog/2018/01/04/another-great-release/index.html +++ b/blog/2018/01/04/another-great-release/index.html @@ -1,7 +1,7 @@ Another Great Release | Envoy Gateway

\ No newline at end of file diff --git a/docs/contribution-guidelines/index.html b/docs/contribution-guidelines/index.html index bfcb45113ad..20a7830647c 100644 --- a/docs/contribution-guidelines/index.html +++ b/docs/contribution-guidelines/index.html @@ -25,7 +25,7 @@ “WIP” markers.

Updating a single page

If you’ve just spotted something you’d like to change while using the docs, Docsy has a shortcut for you:

  1. Click Edit this page in the top right hand corner of the page.
  2. If you don’t already have an up to date fork of the project repo, you are prompted to get one - click Fork this repository and propose changes or Update your Fork to get an up to date version of the project to edit. The appropriate page in your fork is displayed in edit mode.
  3. Follow the rest of the Quick start with Netlify process above to make, preview, and propose your changes.

Previewing your changes locally

If you want to run your own local Hugo server to preview your changes as you work:

  1. Follow the instructions in Getting started to install Hugo and any other tools you need. You’ll need at least Hugo version 0.45 (we recommend using the most recent available version), and it must be the extended version, which supports SCSS.

  2. Fork the Goldydocs repo repo into your own project, then create a local copy using git clone. Don’t forget to use --recurse-submodules or you won’t pull down some of the code you need to generate a working site.

    git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
     
  3. Run hugo server in the site root directory. By default your site will be available at http://localhost:1313/. Now that you’re serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.

  4. Continue with the usual GitHub workflow to edit files, commit them, push the changes up to your fork, and create a pull request.

Creating an issue

If you’ve found a problem in the docs, but you’re not sure how to fix it yourself, please create an issue in the Goldydocs repo. You can also create an issue about a specific page by clicking the Create Issue button in the top right hand corner of the page.

Useful resources

-

Last modified September 8, 2023: :art: Remove docs (fdfbbea)