We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a21e5 commit d42c926Copy full SHA for d42c926
2 files changed
apps/outreach/astro.config.ts
@@ -93,6 +93,10 @@ export default defineConfig({
93
autogenerate: { directory: 'docs/5-reference' },
94
label: 'Reference'
95
},
96
+ {
97
+ autogenerate: { directory: 'docs/6-updating' },
98
+ label: 'Updating'
99
+ },
100
starlightTypeDocSidebarGroup
101
],
102
social: {
docs/en/6-updating/v1.7.0.md
@@ -0,0 +1,11 @@
1
+---
2
+title: v1.7.0
3
+slug: en/docs/updating/v1.7.0
4
+sidebar:
5
+ order: 0
6
7
+
8
+### Changes
9
10
+- Allow users to assign series instruments for completion on the gateway
11
+- Add thank you message to series instrument
0 commit comments