diff options
| author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-02-12 17:45:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-12 22:45:23 +0000 |
| commit | 7a276a73b554a8b107944c6f2a593d49fc9e4389 (patch) | |
| tree | f64098d30078d45cc342acf4da5807efaf05a525 /docs/docsite/links.yml | |
| parent | 6e7f4b365184522810293f4901ea86dfeea2c422 (diff) | |
| download | vyos.vyos-7a276a73b554a8b107944c6f2a593d49fc9e4389.tar.gz vyos.vyos-7a276a73b554a8b107944c6f2a593d49fc9e4389.zip | |
T6891: chore: move platform_vyos to internal (#392)
Diffstat (limited to 'docs/docsite/links.yml')
| -rw-r--r-- | docs/docsite/links.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml new file mode 100644 index 00000000..61bea43b --- /dev/null +++ b/docs/docsite/links.yml @@ -0,0 +1,42 @@ +--- +# This will make sure that plugin and module documentation gets Edit on GitHub links +# that allow users to directly create a PR for this plugin or module in GitHub's UI. +# Remove this section if the collection repository is not on GitHub, or if you do not want this +# functionality for your collection. +edit_on_github: + repository: vyos/vyos.vyos + branch: main + # If your collection root (the directory containing galaxy.yml) does not coincide with your + # repository's root, you have to specify the path to the collection root here. For example, + # if the collection root is in a subdirectory ansible_collections/community/REPO_NAME + # in your repository, you have to set path_prefix to 'ansible_collections/community/REPO_NAME'. + path_prefix: "" + +# Here you can add arbitrary extra links. Please keep the number of links down to a +# minimum! Also please keep the description short, since this will be the text put on +# a button. +# +# Also note that some links are automatically added from information in galaxy.yml. +# The following are automatically added: +# 1. A link to the issue tracker (if `issues` is specified); +# 2. A link to the homepage (if `homepage` is specified and does not equal the +# `documentation` or `repository` link); +# 3. A link to the collection's repository (if `repository` is specified). + +extra_links: + - description: Report an issue + url: https://vyos.dev/maniphest/task/edit/form/3/?projectPHIDs=PHID-PROJ-aryfih5l65cgcdmx4sqp + +# Specify communication channels for your collection. We suggest to not specify more +# than one place for communication per communication tool to avoid confusion. +communication: + matrix_rooms: + - topic: General usage and support questions + room: "#users:ansible.im" + # You can also add a `subscribe` field with an URI that allows to subscribe + # to the mailing list. For lists on https://groups.google.com/ a subscribe link is + # automatically generated. + forums: + - topic: Ansible Forum + # The following URL directly points to the "Get Help" section + url: https://forum.ansible.com/c/help/6 |
