Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/doc-site/hugo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hugo documentation site

This directory holds the Hugo configuration that builds
<https://go-openapi.github.io/examples/>.
<https://goswagger.io/examples/>.

## Layout

Expand Down Expand Up @@ -59,4 +59,4 @@ GitHub Actions workflow `.github/workflows/update-doc.yml`:
- Builds on every push to `master` and on tags `v*` that touch `docs/**`,
`hack/doc-site/**`, or the workflow itself
- Publishes the rendered site to GitHub Pages
(<https://go-swagger.github.io/examples/>)
(<https://goswagger.io/examples/>)
4 changes: 2 additions & 2 deletions hack/doc-site/hugo/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://go-swagger.github.io/examples/
baseURL: https://goswagger.io/examples/
title: go-swagger examples
theme: hugo-relearn
languageCode: en-us
Expand Down Expand Up @@ -130,7 +130,7 @@ params:
ordersectionsby: 'weight'
# Proposal for enhancement: configure versions
#versions:
#- baseURL: https://go-swagger.github.io/examples/
#- baseURL: https://goswagger.io/examples/
# identifier: v2.1.0
# isLatest: true
#version: 'v2.1.0'
Expand Down
Loading