diff --git a/astro.config.mjs b/astro.config.mjs index bf0a9aa..a5e71ba 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -24,6 +24,7 @@ export default defineConfig({ label: 'Resources', items: [ { slug: 'resources/community' }, + { slug: 'resources/around-the-web' }, ], }, { diff --git a/src/content/docs/resources/around-the-web.mdx b/src/content/docs/resources/around-the-web.mdx new file mode 100644 index 0000000..34b05b7 --- /dev/null +++ b/src/content/docs/resources/around-the-web.mdx @@ -0,0 +1,119 @@ +--- +title: Hyperlight Around the Web +description: Talks, articles, documentation, and integrations from across the Hyperlight ecosystem. +--- + +import { CardGrid, LinkCard } from '@astrojs/starlight/components'; + +Explore talks, articles, documentation, and integrations showing how Hyperlight is being used across the broader +cloud-native and agentic application ecosystem. + +## Talks and sessions + + + + + + + + + + +## Articles and case studies + + + + + + + + + + + + + + + +## Documentation and integrations + + + + + diff --git a/src/content/docs/resources/community.mdx b/src/content/docs/resources/community.mdx index 6573ec6..4681502 100644 --- a/src/content/docs/resources/community.mdx +++ b/src/content/docs/resources/community.mdx @@ -1,6 +1,6 @@ --- title: Hyperlight Community Engagement -description: Get involved with the Hyperlight community via fortnightly meetings, Slack, or Github +description: Get involved with the Hyperlight community through meetings, Slack, documentation, and GitHub. --- import { Aside } from '@astrojs/starlight/components'; @@ -11,20 +11,26 @@ Hyperlight is a [Cloud Native Computing Foundation](https://www.cncf.io/) sandbo ### CNCF Slack -Join the [#hyperlight channel](https://cloud-native.slack.com/archives/C08181YF16K) on CNCF Slack for real-time discussion with maintainers and users. +Join the [#hyperlight channel](https://cloud-native.slack.com/archives/hyperlight) on CNCF Slack for real-time +discussion with maintainers and users. -New to CNCF Slack? [Get an invite here](https://communityinviter.com/apps/cloud-native/cncf). +New to CNCF Slack? See the [CNCF Slack access instructions](https://www.cncf.io/membership-faq/#how-do-i-join-cncfs-slack). ### Community Meetings -We hold fortnightly community meetings open to everyone: +Community meetings are open to everyone: -- **When:** Wednesdays 09:00 PST (every two weeks) -- **Where:** [Zoom](https://zoom.us/j/91509780029) -- **Agenda:** [Hackmd](https://hackmd.io/blCrncfOSEuqSbRVT9KYkg) +- **When:** Mondays at 09:00 Pacific ([convert to your time](https://dateful.com/convert/pst-pdt-pacific-time?t=09)) +- **Agenda and join information:** [Community Meeting Notes](https://hackmd.io/blCrncfOSEuqSbRVT9KYkg#Agenda) +- **Calendar:** [Hyperlight meetings](https://zoom-lfx.platform.linuxfoundation.org/meetings/hyperlight?view=month) - + + +## Documentation + +The project documentation is maintained in the Hyperlight repository's +[`docs/` directory](https://github.com/hyperlight-dev/hyperlight/tree/main/docs). ## Contributing