Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Publish docs under github.io domain #591

Merged
merged 1 commit into from
Nov 17, 2022
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/image-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion flintlockd.service
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions userdocs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
[
Expand Down