Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default withMermaid({
['meta', {property: 'og:description', content: 'IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management and Network Automation'}],
['meta', {property: 'og:site_name', content: 'IronCore Project'}],
['meta', {property: 'og:image', content: 'https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/og-ironcore.png'}],
['meta', {property: 'og:url', content: 'https://ironcore.dev/'}],
['meta', {property: 'og:url', content: 'https://ironcore.dev/', target: '_self'}],
],
vite: {
resolve: {
Expand All @@ -38,7 +38,7 @@ export default withMermaid({
{text: 'Bare Metal Management', link: '/baremetal/'},
{text: 'Network Automation', link: '/network-automation/'},
]},
{text: 'Community', link: '/community/'},
{text: 'Community', link: 'https://ironcore.dev/community/'},
],

editLink: {
Expand Down
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
padding: 18px;
}

/* hide external link arrow for same-family ironcore.dev nav links */
.VPNavBar a.vp-external-link-icon[href^="https://ironcore.dev"]::after {
display: none;
}

/* used in reference/default-theme-search */
img[src='/search.png'] {
width: 100%;
Expand Down
144 changes: 0 additions & 144 deletions docs/community/contributing.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/community/index.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/community/meetings.md

This file was deleted.

Loading