feat(docs/calendar): add calendar
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #17.
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig({
|
||||
href: 'https://github.com/NixOS-CN/nixcn-web',
|
||||
},
|
||||
],
|
||||
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct'],
|
||||
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct', 'calendar'],
|
||||
plugins: [
|
||||
starlightUITweaks({
|
||||
navbarLinks: [{ label: 'Nix CN 社区 ↗', href: 'https://nixos-cn.org/' }],
|
||||
|
||||
18
src/content/docs/calendar.mdx
Normal file
18
src/content/docs/calendar.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: '议程日历'
|
||||
description: '议程日历'
|
||||
sidebar:
|
||||
label: '议程日历'
|
||||
---
|
||||
|
||||
点击右上角"月"按钮,选择"日程“视图,以获得最佳的查看体验。
|
||||
|
||||
<iframe
|
||||
class='calendar'
|
||||
src='https://calendar.google.com/calendar/embed?src=5a48432d43f3ef6bdba99eb12fc804bbff13942ca4102f55bae32c440db5ef56%40group.calendar.google.com&ctz=Asia%2FShanghai'
|
||||
style='border: 0;height:600px'
|
||||
width='800'
|
||||
height='600'
|
||||
frameborder='0'
|
||||
scrolling='no'
|
||||
></iframe>
|
||||
18
src/content/docs/en/calendar.mdx
Normal file
18
src/content/docs/en/calendar.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 'Agenda Calendar'
|
||||
description: 'Agenda Calendar'
|
||||
sidebar:
|
||||
label: 'Agenda Calendar'
|
||||
---
|
||||
|
||||
Click "Month" button, select "Agenda" view, to get the best viewing experience.
|
||||
|
||||
<iframe
|
||||
class='calendar'
|
||||
src='https://calendar.google.com/calendar/embed?src=5a48432d43f3ef6bdba99eb12fc804bbff13942ca4102f55bae32c440db5ef56%40group.calendar.google.com&ctz=Asia%2FShanghai'
|
||||
style='border: 0;height:600px'
|
||||
width='800'
|
||||
height='600'
|
||||
frameborder='0'
|
||||
scrolling='no'
|
||||
></iframe>
|
||||
Reference in New Issue
Block a user