diff --git a/src/loaders/standalone/layout.tsx b/src/loaders/standalone/layout.tsx index 535a895723..3461c00a67 100644 --- a/src/loaders/standalone/layout.tsx +++ b/src/loaders/standalone/layout.tsx @@ -105,10 +105,43 @@ export const StandaloneLayout = ({ >{t`Training`} } />, + IS_COMMUNITY && ( + {t`Ansible Community Forum`} + } + /> + ), + IS_COMMUNITY && ( + {t`Communicating with the Ansible community`} + } + /> + ), + IS_COMMUNITY && ( + {t`Community User Guide`} + } + /> + ), setAboutModalVisible(true)}> {t`About`} , - ]; + ].filter(Boolean); aboutModal = (