diff --git a/docs/content/docs/concepts/summarizer.md b/docs/content/docs/concepts/summarizer.md index e6f16a6f33bb..eda4ef1be0ba 100644 --- a/docs/content/docs/concepts/summarizer.md +++ b/docs/content/docs/concepts/summarizer.md @@ -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. --> - + @@ -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 diff --git a/docs/data/versions.json b/docs/data/versions.json index fcf5a461c69e..7516077a8da4 100644 --- a/docs/data/versions.json +++ b/docs/data/versions.json @@ -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" } }