diff --git a/config/links.yaml b/config/links.yaml index 4ca4955..917b4f1 100644 --- a/config/links.yaml +++ b/config/links.yaml @@ -52,6 +52,9 @@ skupper/router_tls: skupper/service_exposure: title: Service exposure url: /topics/service-exposure.html +skupper/site_configuration: + title: Site configuration + url: /topics/site-configuration.html skupper/site_linking: title: Site linking url: /topics/site-linking.html diff --git a/config/resources/site.yaml b/config/resources/site.yaml index 67fe618..d700054 100644 --- a/config/resources/site.yaml +++ b/config/resources/site.yaml @@ -1,6 +1,6 @@ name: Site -related_concepts: [network, platform] related_resources: [Link] +links: [skupper/site_configuration] description: | A site is a place on the network where application workloads are running. Sites are joined by [links](link.html). diff --git a/input/resources/site.md b/input/resources/site.md index 27f874e..0a90e0b 100644 --- a/input/resources/site.md +++ b/input/resources/site.md @@ -1,14 +1,12 @@ --- body_class: object resource refdog_links: +- title: Site configuration + url: /topics/site-configuration.html - title: Site concept url: /concepts/site.html - title: Site command url: /commands/site/index.html -- title: Network concept - url: /concepts/network.html -- title: Platform concept - url: /concepts/platform.html - title: Link resource url: /resources/link.html refdog_object_has_attributes: true diff --git a/input/topics/site-configuration.md b/input/topics/site-configuration.md new file mode 100644 index 0000000..ba49624 --- /dev/null +++ b/input/topics/site-configuration.md @@ -0,0 +1 @@ +# Site configuration