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

Update Broken Links #701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ to produce the best possible expression.
Windows" debate (it's Linux)

[aumetra]: https://github.com/aumetra
[workspace-docs]: https://opensource.axo.dev/oranda/book/configuration/workspaces.html
[package-names]: https://opensource.axo.dev/oranda/book/configuration/reference.html#componentsartifactsmatch_package_names
[workspace-docs]: https://axodotdev.github.io/oranda/book/configuration/workspaces.html
[package-names]: https://axodotdev.github.io/oranda/book/configuration/reference.html#componentsartifactsmatch_package_names

## 0.5.0 - 2023-10-10

Expand Down Expand Up @@ -155,7 +155,7 @@ to produce the best possible expression.

Users and distributors now have more control over how oranda and especially its CSS gets built! You can choose to
opt-in to building CSS at build or runtime using the Tailwind binary, or you can explicitly prebuild the CSS using
npm. For more information, see the [docs](https://opensource.axo.dev/oranda/book/building.html#the-trouble-with-css).
npm. For more information, see the [docs](https://axodotdev.github.io/oranda/book/building.html#the-trouble-with-css).

- **New `generate` command** - [shadows-withal]/[pr621], [ashleygwilliams]/[i188]

Expand Down Expand Up @@ -374,8 +374,8 @@ to produce the best possible expression.
[mistydemeo]: https://github.com/mistydemeo
[tertsdiepraam]: https://github.com/tertsdiepraam

[workspace-docs]: https://opensource.axo.dev/oranda/book/configuration/workspaces.html
[changelog-docs]: https://opensource.axo.dev/oranda/book/configuration/changelog.html
[workspace-docs]: https://axodotdev.github.io/oranda/book/configuration/workspaces.html
[changelog-docs]: https://axodotdev.github.io/oranda/book/configuration/changelog.html
[discord]: https://discord.gg/8BwyXQmeUT

## 0.2.0 - 2023-07-19
Expand Down Expand Up @@ -524,13 +524,13 @@ The installer widget on our main page has been upgraded! It now not only shows a

![oranda install widget preview](https://github-production-user-asset-6210df.s3.amazonaws.com/6445316/250566861-a635c28b-d4d3-4c90-a685-8e9a85673651.png)

You can customize which package managers you want to be displayed on in this widget vs. which ones should only be displayed on the separate install page, as well. [Read more in the docs](https://opensource.axo.dev/oranda/book/configuration/artifacts.html#adding-package-manager-installation-instructions)
You can customize which package managers you want to be displayed on in this widget vs. which ones should only be displayed on the separate install page, as well. [Read more in the docs](https://axodotdev.github.io/oranda/book/configuration/artifacts.html#adding-package-manager-installation-instructions)

##### Funding page

oranda now has the ability to autodetect whether you're using GitHub's funding embed functionality (meaning you have a `.github/FUNDING.yml`), in which case it'll automatically generate a page showing your available funding options.

Additionally, you can enhance this page by selecting a particular funding channel to be prioritized as your "main" funding method. You can also provide custom content from a `funding.md` Markdown file, to provide additional context to your funding page. [Read more in the docs](https://opensource.axo.dev/oranda/book/configuration/funding.html)
Additionally, you can enhance this page by selecting a particular funding channel to be prioritized as your "main" funding method. You can also provide custom content from a `funding.md` Markdown file, to provide additional context to your funding page. [Read more in the docs](https://axodotdev.github.io/oranda/book/configuration/funding.html)

This is less of a defined feature and more of an experiment on how we can better integrate maintainers' funding sources onto their websites. Please let us know what you think, or if you have any other feedback or input!

Expand All @@ -542,7 +542,7 @@ oranda themes now get applied to your mdbook output, too, meaning there's less o

##### New configuration structure

We've completely revamped our configuration structure to be more future-proof and to require less refactoring in the fullness of time. For the new configuration layout, please [consult the docs](https://opensource.axo.dev/oranda/book/configuration.html).
We've completely revamped our configuration structure to be more future-proof and to require less refactoring in the fullness of time. For the new configuration layout, please [consult the docs](https://axodotdev.github.io/oranda/book/configuration.html).

One other major change is that we now **reject unknown config keys**. This means that if you've had a oranda 0.0.3 site, it will now force you to migrate your config to the new format. We've decided on this because we believe that doing anything but hard erroring in this situation would lead to unwanted behavior (old keys getting interpreted in new, weird ways, and so on).

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "oranda"
description = "🎁 generate beautiful landing pages for your projects"
repository = "https://github.com/axodotdev/oranda"
homepage = "https://opensource.axo.dev/oranda"
homepage = "https://axodotdev.github.io/oranda"
version = "0.6.3"
edition = "2021"
authors = ["Axo Developer Co. <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you'd like to configure `oranda`, place an `oranda.json` file in the root of
your project and fill it with the configuration you'd like. Check out the [docs]
to learn more about your configuration options!

[docs]: https://opensource.axo.dev/oranda/book/configuration.html
[docs]: https://axodotdev.github.io/oranda/book/configuration.html

## Installers: integrating with `cargo-dist`

Expand All @@ -79,4 +79,4 @@ a good learning experience for new contributors.
For local development on oranda, we also have a [special docs page][contributing-docs] with some tips.

[good first issue]: https://github.com/axodotdev/oranda/labels/good%20first%20issue
[contributing-docs]: https://opensource.axo.dev/oranda/book/contributing.html
[contributing-docs]: https://axodotdev.github.io/oranda/book/contributing.html
2 changes: 1 addition & 1 deletion docs/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example:
},
"analytics": {
"plausible": {
"domain": "opensource.axo.dev"
"domain": "axodotdev.github.io"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/configuration/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ You can add custom installation instructions for package managers or package man
All package manager entries are currently treated as "cross-platform", meaning they'll show up in the install widget for
any platform you support. We're aware of this limitation, and will likely expand support for this in the future.

[`cargo-dist`]: https://opensource.axo.dev/cargo-dist/
[`cargo-dist`]: https://axodotdev.github.io/cargo-dist/
2 changes: 1 addition & 1 deletion docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ nix profile install github:axodotdev/oranda
```

[cargo-binstall]:https://github.com/cargo-bins/cargo-binstall
[website]: https://opensource.axo.dev/oranda
[website]: https://axodotdev.github.io/oranda
2 changes: 1 addition & 1 deletion docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ your workflows, for example like this:
- Read the [CLI docs](./cli.md)
- Learn more about [hosting `oranda` sites](./hosting.md)

[`cargo-dist`]: https://opensource.axo.dev/cargo-dist
[`cargo-dist`]: https://axodotdev.github.io/cargo-dist
2 changes: 1 addition & 1 deletion generate-css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oranda-generate-css"
version = "0.6.3"
description = "the part of oranda that generates CSS"
repository = "https://github.com/axodotdev/oranda"
homepage = "https://opensource.axo.dev/oranda"
homepage = "https://axodotdev.github.io/oranda"
edition = "2021"
authors = ["Axo Developer Co. <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"analytics": {
"plausible": {
"domain": "opensource.axo.dev"
"domain": "axodotdev.github.io"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fn it_inserts_plausible_tag() {
"marketing": {
"analytics": {
"plausible": {
"domain": "opensource.axo.dev"
"domain": "axodotdev.github.io"
}
}
}
Expand All @@ -225,5 +225,5 @@ fn it_inserts_plausible_tag() {
);
let site = Site::build_single(&config, None).unwrap();
let page = find_page(&site.pages, "index.html");
assert_selector_exists(&page.contents, "script[defer='true'][data-domain='opensource.axo.dev'][src='https://plausible.io/js/script.js']");
assert_selector_exists(&page.contents, "script[defer='true'][data-domain='axodotdev.github.io'][src='https://plausible.io/js/script.js']");
}
8 changes: 4 additions & 4 deletions tests/snapshots/gal_axolotlsay-public.snap
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ expression: "&snapshots"
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand Down Expand Up @@ -449,7 +449,7 @@ expression: "&snapshots"
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand Down Expand Up @@ -580,7 +580,7 @@ expression: "&snapshots"
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand Down Expand Up @@ -1139,7 +1139,7 @@ expression: "&snapshots"
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand Down
22 changes: 11 additions & 11 deletions tests/snapshots/gal_oranda-public.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ expression: "&snapshots"
<head>
<title>oranda</title>

<meta property="og:url" content="https://opensource.axo.dev/oranda" />
<meta property="og:url" content="https://axodotdev.github.io/oranda" />


<link rel="icon" href="/oranda/favicon.ico" />
Expand Down Expand Up @@ -363,7 +363,7 @@ expression: "&snapshots"
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand All @@ -380,7 +380,7 @@ expression: "&snapshots"
<head>
<title>oranda</title>

<meta property="og:url" content="https://opensource.axo.dev/oranda" />
<meta property="og:url" content="https://axodotdev.github.io/oranda" />


<link rel="icon" href="/oranda/favicon.ico" />
Expand Down Expand Up @@ -665,7 +665,7 @@ and separation of concerns going forward!</p>
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand All @@ -680,7 +680,7 @@ and separation of concerns going forward!</p>
<head>
<title>oranda</title>

<meta property="og:url" content="https://opensource.axo.dev/oranda" />
<meta property="og:url" content="https://axodotdev.github.io/oranda" />


<link rel="icon" href="/oranda/favicon.ico" />
Expand Down Expand Up @@ -851,7 +851,7 @@ and separation of concerns going forward!</p>
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand All @@ -864,7 +864,7 @@ and separation of concerns going forward!</p>
<head>
<title>oranda</title>

<meta property="og:url" content="https://opensource.axo.dev/oranda" />
<meta property="og:url" content="https://axodotdev.github.io/oranda" />


<link rel="icon" href="/oranda/favicon.ico" />
Expand Down Expand Up @@ -1020,7 +1020,7 @@ one that it <em>can't</em> parse.</p>
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand All @@ -1033,7 +1033,7 @@ one that it <em>can't</em> parse.</p>
<head>
<title>oranda</title>

<meta property="og:url" content="https://opensource.axo.dev/oranda" />
<meta property="og:url" content="https://axodotdev.github.io/oranda" />


<link rel="icon" href="/oranda/favicon.ico" />
Expand Down Expand Up @@ -1687,7 +1687,7 @@ one from scratch.</p>
<p><img src="https://github.com/axodotdev/oranda/assets/6445316/439082a6-2caa-477e-93cc-1ff985d9bb21" alt="oranda demo gif"></p>
<h2>Configuration</h2>
<p>If you'd like to configure <code>oranda</code>, place an <code>oranda.json</code> file in the root of
your project and fill it with the configuration you'd like. Check out the <a href="https://opensource.axo.dev/oranda/book/configuration.html" rel="noopener noreferrer">docs</a>
your project and fill it with the configuration you'd like. Check out the <a href="https://axodotdev.github.io/oranda/book/configuration.html" rel="noopener noreferrer">docs</a>
to learn more about your configuration options!</p>
<h2>Installers: integrating with <code>cargo-dist</code></h2>
<p><code>oranda</code> is built to work alongside <a href="https://github.com/axodotdev/cargo-dist" rel="noopener noreferrer"><code>cargo-dist</code></a>, which is a tool that builds
Expand Down Expand Up @@ -1718,7 +1718,7 @@ installers and downloadable artifacts on your page.</p>
</div>


<script defer="true" data-domain="opensource.axo.dev" src="https://plausible.io/js/script.js"></script>
<script defer="true" data-domain="axodotdev.github.io" src="https://plausible.io/js/script.js"></script>



Expand Down