Skip to content

Commit

Permalink
docs(docs): fix broken links + remove 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Nov 15, 2023
1 parent 3ebc9ac commit f25a3a8
Show file tree
Hide file tree
Showing 38 changed files with 12 additions and 4,928 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config = {
current: {
label: 'develop',
path: 'next',
banner: 'none',
banner: 'unreleased',
},
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/runner/android/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plugins {
All the test tasks will start with **marathon** prefix, for example **marathonDebugAndroidTest**.

[1]: https://plugins.gradle.org
[2]: /intro/install.md
[2]: /runner/intro/install.md

## Configure

Expand Down
2 changes: 1 addition & 1 deletion docs/runner/configuration/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,6 @@ $ MARATHON_FRAGMENT_INDEX=0 marathon
To pass the fragment index in gradle refer to
the [Gradle's dynamic project properties](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#properties)

[1]: /intro/configure.md#test-class-regular-expression
[1]: /runner/intro/configure.md#test-class-regular-expression
[2]: https://github.com/allure-framework/allure-java/tree/master/allure-test-filter
[3]: https://source.android.com/devices/tech/test_infra/tradefed/architecture/advanced/sharding
2 changes: 1 addition & 1 deletion docs/runner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Total time: 0H 1m 45s
Marathon execution failed
```

For CI there is a JUnit xml `marathon_junit_report.xml` generated in the ``$outputDir/tests/omni`` folder where ``$outputDir`` is a directory that you’ve defined in the [marathon configuration](/intro/configure#output-directory):
For CI there is a JUnit xml `marathon_junit_report.xml` generated in the ``$outputDir/tests/omni`` folder where ``$outputDir`` is a directory that you’ve defined in the [marathon configuration](/runner/intro/configure#output-directory):
```shell-session
foo@bar:~$ cat marathon/omni/marathon_junit_report.xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down
6 changes: 3 additions & 3 deletions docs/runner/intro/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ For more help and examples continue through the rest of the Documentation sectio
# Requirements
Marathon requires Java Runtime Environment 8 or higher.

[1]: /ios/workers.md
[2]: /intro/install.md
[3]: /intro/configure.md
[1]: /runner/ios/workers.md
[2]: /runner/intro/install.md
[3]: /runner/intro/configure.md
[4]: https://github.com/MarathonLabs/marathon/tree/develop/sample
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,6 @@ $ MARATHON_FRAGMENT_INDEX=0 marathon
To pass the fragment index in gradle refer to
the [Gradle's dynamic project properties](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#properties)

[1]: /intro/configure#test-class-regular-expression
[1]: /runner/intro/configure#test-class-regular-expression
[2]: https://github.com/allure-framework/allure-java/tree/master/allure-test-filter
[3]: https://source.android.com/devices/tech/test_infra/tradefed/architecture/advanced/sharding
2 changes: 1 addition & 1 deletion docs/runner_versioned_docs/version-0.7.6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Total time: 0H 1m 45s
Marathon execution failed
```

For CI there is a JUnit xml `marathon_junit_report.xml` generated in the ``$outputDir/tests/omni`` folder where ``$outputDir`` is a directory that you’ve defined in the [marathon configuration](/intro/configure#output-directory):
For CI there is a JUnit xml `marathon_junit_report.xml` generated in the ``$outputDir/tests/omni`` folder where ``$outputDir`` is a directory that you’ve defined in the [marathon configuration](/runner/intro/configure#output-directory):
```shell-session
foo@bar:~$ cat marathon/omni/marathon_junit_report.xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down
4 changes: 2 additions & 2 deletions docs/runner_versioned_docs/version-0.7.6/intro/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ For more help and examples continue through the rest of the Documentation sectio
# Requirements
Marathon requires Java Runtime Environment 8 or higher.

[1]: /intro/install
[2]: /intro/configure
[1]: /runner/intro/install
[2]: /runner/intro/configure
[3]: https://github.com/MarathonLabs/marathon/tree/develop/sample
17 changes: 0 additions & 17 deletions docs/runner_versioned_docs/version-0.8.0/android.md

This file was deleted.

Loading

0 comments on commit f25a3a8

Please sign in to comment.