mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
docs: fix links
This commit is contained in:
parent
23ed533fac
commit
d543bc0411
@ -41,7 +41,7 @@ function nav() {
|
|||||||
link: '/config/Tutorials',
|
link: '/config/Tutorials',
|
||||||
activeMatch: '/config/',
|
activeMatch: '/config/',
|
||||||
},
|
},
|
||||||
{ text: 'Integrations', link: '/misc/integrations', activeMatch: '/misc/' },
|
{ text: 'Integrations', link: '/ecosystem/integrations', activeMatch: '/ecosystem/' },
|
||||||
{
|
{
|
||||||
text: version,
|
text: version,
|
||||||
items: [
|
items: [
|
||||||
|
@ -31,7 +31,7 @@ const idRedirectMap: Record<string, string> = {
|
|||||||
c4c: 'syntax/c4c',
|
c4c: 'syntax/c4c',
|
||||||
classdiagram: 'syntax/classDiagram',
|
classdiagram: 'syntax/classDiagram',
|
||||||
configuration: 'config/configuration',
|
configuration: 'config/configuration',
|
||||||
demos: 'misc/integrations',
|
demos: 'ecosystem/integrations',
|
||||||
development: 'community/development',
|
development: 'community/development',
|
||||||
directives: 'config/directives',
|
directives: 'config/directives',
|
||||||
entityrelationshipdiagram: 'syntax/entityRelationshipDiagram',
|
entityrelationshipdiagram: 'syntax/entityRelationshipDiagram',
|
||||||
@ -40,7 +40,7 @@ const idRedirectMap: Record<string, string> = {
|
|||||||
flowchart: 'syntax/flowchart',
|
flowchart: 'syntax/flowchart',
|
||||||
gantt: 'syntax/gantt',
|
gantt: 'syntax/gantt',
|
||||||
gitgraph: 'syntax/gitgraph',
|
gitgraph: 'syntax/gitgraph',
|
||||||
integrations: 'misc/integrations',
|
integrations: 'ecosystem/integrations',
|
||||||
'language-highlight': '',
|
'language-highlight': '',
|
||||||
markdown: '',
|
markdown: '',
|
||||||
mermaidapi: 'config/usage',
|
mermaidapi: 'config/usage',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user