-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from ynput/183-broken-links-in-docs
Have consistant links and fix broken links
- Loading branch information
Showing
53 changed files
with
214 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,12 @@ Aquarium addon, allow you to: | |
In the future, new feature will be added, based on your requests. Feel free to [reach us](https://[email protected]). | ||
::: | ||
|
||
We are open to receive new pull request (PR). Follow our [developer documentation to start](addon_aquarium_developer). | ||
We are open to receive new pull request (PR). Follow our [developer documentation to start](addon_aquarium_developer.md). | ||
|
||
|
||
## Configuring addon | ||
|
||
First, you need to install the addon. It's available from Ayon market or you can install it from its repository. For that follow our [developer documentation](addon_aquarium_developer) or [Ayon's manual installation guide](admin_server_installing_addons) | ||
First, you need to install the addon. It's available from Ayon market or you can install it from its repository. For that follow our [developer documentation](addon_aquarium_developer.md) or [Ayon's manual installation guide](admin_server_installing_addons.md) | ||
|
||
### Getting Aquarium bot | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ This folder is used to provide a web UI in your Ayon settings to pair projects b | |
|
||
#### Services | ||
|
||
Syncing data between Ayon and Aquarium relies on [Ayon services system](./dev_event_system). | ||
Syncing data between Ayon and Aquarium relies on [Ayon services system](dev_event_system.md). | ||
|
||
This addon use two services: | ||
|
||
|
@@ -92,14 +92,14 @@ You will need to clone several Ayon repositories in order to run everything loca | |
- You can clone this one, into `ayon-docker/addons/core` folder. Here is the steps : | ||
2. From the `core` folder execute this command: | ||
- `git clone ssh://[email protected]:ynput/ayon-core.git dev` | ||
- This command will clone the repository and rename it `dev`, in order to follow [Ayon addon directory structure](https://ayon.ynput.io/docs/admin_server_installing_addons#directory-structure) | ||
- This command will clone the repository and rename it `dev`, in order to follow [Ayon addon directory structure](admin_server_installing_addons.md#directory-structure) | ||
- [Ayon dependencies](https://github.com/ynput/ayon-dependencies-tool) | ||
- [Aquarium addon](https://github.com/ynput/ayon-aquarium) | ||
- You can clone this one, into `ayon-docker/addons` folder. Here is the steps : | ||
1. Create a folder `ayon-aquarium` in `ayon-docker/addons` folder | ||
2. From the `ayon-aquarium` folder execute this command: | ||
- `git clone ssh://[email protected]:ynput/ayon-aquarium.git dev` | ||
- This command will clone the repository and rename it `dev`, in order to follow [Ayon addon directory structure](https://ayon.ynput.io/docs/admin_server_installing_addons#directory-structure) | ||
- This command will clone the repository and rename it `dev`, in order to follow [Ayon addon directory structure](admin_server_installing_addons.md#directory-structure) | ||
|
||
### Optional requirements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.