Skip to content

Commit

Permalink
fix: the docs name (#1345)
Browse files Browse the repository at this point in the history
## Description:
Docusaurus build did not like the renaming of the file as it broke past
versions. Keeping the naming intact seems to be solving the issue when
building locally.

## Is this change user facing?
YES

## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
  • Loading branch information
adschwartz committed Sep 19, 2023
1 parent d5218a2 commit c3074d0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/explanations/architecture.md
Expand Up @@ -111,5 +111,5 @@ For day-to-day operation, we also provide [a CLI][cli-reference]. This is simply
[enclave-ls-reference]: ../cli-reference/enclave-ls.md
[enclave-inspect-reference]: ../cli-reference/enclave-inspect.md
[enclave-rm-reference]: ../cli-reference/enclave-rm.md
[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
[sdk-reference]: ../runtime-sdk-reference.md
2 changes: 1 addition & 1 deletion docs/docs/explanations/why-kurtosis-starlark.md
Expand Up @@ -53,4 +53,4 @@ So far, both our users and our team have been very happy with our decision to go
[reusable-environment-definitions]: ./reusable-environment-definitions.md
[starlark-differences-with-python]: https://bazel.build/rules/language#differences_with_python

[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
2 changes: 1 addition & 1 deletion docs/docs/explanations/why-we-built-kurtosis.md
Expand Up @@ -23,4 +23,4 @@ In our vision, a developer should have a single platform for prototyping, testin
To read more about our beliefs on reusable environments, [go here][reusable-environment-definitions]. To get started using Kurtosis, see [the quickstart][quickstart].

[reusable-environment-definitions]: ./reusable-environment-definitions.md
[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
2 changes: 1 addition & 1 deletion docs/docs/get-started/home.md
Expand Up @@ -37,7 +37,7 @@ In Kurtosis, containerized environments have these properties:

## Try out Kurtosis now

Try Kurtosis now with our [quickstart](./quickstart-consumer.md).
Try Kurtosis now with our [quickstart](./quickstart.md).

:::info
If you have questions, need help, or simply want to learn more, schedule a live session with us, go [here](https://calendly.com/d/zgt-f2c-66p/kurtosis-onboarding).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/get-started/quickstart-author.md
Expand Up @@ -966,7 +966,7 @@ Lastly, feel free to [star us on Github](https://github.com/kurtosis-tech/kurtos
[cassandra-package-example]: https://github.com/kurtosis-tech/cassandra-package
[go-test-example]: https://github.com/kurtosis-tech/awesome-kurtosis/tree/main/quickstart/go-test
[ts-test-example]: https://github.com/kurtosis-tech/awesome-kurtosis/tree/main/quickstart/ts-test
[quickstart-consumers]: quickstart-consumer.md
[quickstart-consumers]: quickstart.md

<!-- Misc -->
[homepage]: home.md
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/guides/how-to-parameterize-cassandra.md
Expand Up @@ -379,7 +379,7 @@ With your parameterized, reusable environment definition for a multi-node Cassan
We encourage you to check out our [quickstart][quickstart] (where you’ll build a postgres database and API on top) and our other examples in our [awesome-kurtosis repository][awesome-kurtosis] where you will find other Kurtosis packages for you to check out as well, including a package that spins up a local [Ethereum testnet][eth-package-example] or one that sets up a [voting app using a Redis cluster][redis-package-example].

<!---- REFERENCE LINKS BELOW ONLY ---->
[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
[awesome-kurtosis]: https://github.com/kurtosis-tech/awesome-kurtosis
[multi-phase-runs]: ../concepts-reference/multi-phase-runs.md
[github-cass-package]: https://github.com/kurtosis-tech/cassandra-package/blob/main/main.star
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/installing-the-cli.md
Expand Up @@ -110,7 +110,7 @@ If you're new to Kurtosis, you might like the [quickstart][quickstart] as a good
[cli-changelog]: ../changelog.md
[metrics-philosophy]: ../explanations/metrics-philosophy.md
[analytics-disable]: ../cli-reference/analytics-disable.md
[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
[installing-command-line-completion]: ./adding-command-line-completion.md
[install-historical-guide]: ./installing-historical-versions.md
[upgrade-guide]: ./upgrading-the-cli.md
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/upgrading-the-cli.md
Expand Up @@ -86,7 +86,7 @@ In order to upgrade Kurtosis to another version *after you've performed a downgr
[install-guide]: ./installing-the-cli.md
[cli-changelog]: ../changelog.md
[metrics-philosophy]: ../explanations/metrics-philosophy.md
[quickstart]: ../get-started/quickstart-consumer.md
[quickstart]: ../get-started/quickstart.md
[installing-command-line-completion]: ./adding-command-line-completion.md

[release-artifacts]: https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases
Expand Down

0 comments on commit c3074d0

Please sign in to comment.