Skip to content

Commit

Permalink
docs: Fix API docs version selector to not specify minor versions (mi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmithr authored Sep 18, 2024
1 parent 42b4dce commit 7b8893d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/content/docs/concepts/summarizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The summarization process is designed to be resilient - A document will eventual
argument) and then run "npm run build:md-magic" from the docs folder. That will update all autogenerated
content, so you should commit the resulting changes. -->

<!-- AUTO-GENERATED-CONTENT:START (INCLUDE:path=../../../../packages/runtime/container-runtime/src/summary/summaryFormats.md&start=16&end=222) -->
<!-- AUTO-GENERATED-CONTENT:START (INCLUDE:path=../../../../packages/runtime/container-runtime/src/summary/summaryFormats.md&start=18&end=223) -->

<!-- prettier-ignore-start -->
<!-- NOTE: This section is automatically generated by embedding the referenced file contents. Do not update these generated contents directly. -->
Expand Down Expand Up @@ -291,9 +291,9 @@ flowchart TD
C --> D["handle: '/data store 1'"]:::handle
C --> E["data store 2"]:::tree
E --> F[".channels"]:::tree
F --> G["handle: '/data store 2/DDS 1'"]:::handle
F --> G["handle: '/.channels/data store 2/.channels/DDS 1'"]:::handle
F --> H["DDS 2"]:::tree
H --> I["handle: '/data store 2/DDS 2/sub node'"]:::handle
H --> I["handle: '/.channels/data store 2/.channels/DDS 2/sub node'"]:::handle
F --> J["DDS N"]:::tree
E --> K["other nodes"]:::others
C --> L["data store N"]:::tree
Expand Down
4 changes: 2 additions & 2 deletions docs/data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"apiDocsDirectory": "/docs/api/",
"apiVersionOptionName": {
"Fluid Framework 1.0": "v1",
"Fluid Framework 2.0": "v2"
"Fluid Framework v1": "v1",
"Fluid Framework v2": "v2"
}
}

0 comments on commit 7b8893d

Please sign in to comment.