From bd29de31356f9a809f47fef488837a90a2cada68 Mon Sep 17 00:00:00 2001 From: Claudia Date: Thu, 17 Nov 2022 15:31:11 +0000 Subject: [PATCH] fix: Publish docs under github.io domain (#591) It's taking a while to get the domain fixed for this new org. --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/image-creation.md | 2 +- docs/quick-start.md | 2 +- flintlockd.service | 2 +- userdocs/docusaurus.config.js | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5dc60c5..9d520847 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -577,7 +577,7 @@ Contributors are also welcome to backfill ADRs if they are found to be missing. # :rocket: :tada: Thanks for reading! :tada: :rocket: -[user-docs]: https://docs.flintlock.dev/ +[user-docs]: https://weaveworks-liquidmetal.github.io/flintlock/ [slack-channel]: https://weave-community.slack.com/archives/C02KARWGR7S [quick-start]: ./docs/quick-start.md [discussions]: https://github.com/weaveworks-liquidmetal/flintlock/discussions diff --git a/README.md b/README.md index b3aaa5dd..adccdb88 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The table below shows you which versions of Firecracker are compatible with Flin [MPL-2.0 License][license] -[quickstart]: https://docs.flintlock.dev/docs/category/getting-started +[quickstart]: https://weaveworks-liquidmetal.github.io/flintlock/docs/category/getting-started/ [contrib]: ./CONTRIBUTING.md [coc]: ./CODE_OF_CONDUCT.md [issues]: https://github.com/weaveworks-liquidmetal/flintlock/issues diff --git a/docs/image-creation.md b/docs/image-creation.md index 942dde83..b48d7b79 100644 --- a/docs/image-creation.md +++ b/docs/image-creation.md @@ -2,4 +2,4 @@ This doc has been superseded by the [published docs][site]. -[site]: https://docs.flintlock.dev/docs/guides/images +[site]: https://weaveworks-liquidmetal.github.io/flintlock/docs/guides/images diff --git a/docs/quick-start.md b/docs/quick-start.md index b116ca68..ce829b39 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -2,4 +2,4 @@ This doc has been superseded by the [published docs][site]. -[site]: https://docs.flintlock.dev/ +[site]: https://weaveworks-liquidmetal.github.io/flintlock/ diff --git a/flintlockd.service b/flintlockd.service index 3895e028..bfa609bd 100644 --- a/flintlockd.service +++ b/flintlockd.service @@ -14,7 +14,7 @@ [Unit] Description=flintlock microvm service -Documentation=https://docs.flintlock.dev/ +Documentation=https://weaveworks-liquidmetal.github.io/flintlock/ Requires=containerd.service [Service] diff --git a/userdocs/docusaurus.config.js b/userdocs/docusaurus.config.js index 9741ad08..d44b4ad5 100644 --- a/userdocs/docusaurus.config.js +++ b/userdocs/docusaurus.config.js @@ -8,14 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Flintlock', tagline: ' Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.', - url: 'https://docs.flintlock.dev/', - baseUrl: '/', + url: 'https://weaveworks-liquidmetal.github.io', + baseUrl: '/flintlock/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - organizationName: 'weaveworks', + organizationName: 'weaveworks-liquidmetal', projectName: 'flintlock', - trailingSlash: false, + trailingSlash: true, presets: [ [