Skip to content

Commit 3c1cf73

Browse files
committed
Trigger Pages rebuild
1 parent d9b5c69 commit 3c1cf73

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.obsidian/workspace.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "docs/en/Environment-Setup.md",
16+
"file": "docs/en/Dialect-creation.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "Environment-Setup"
21+
"title": "Dialect-creation"
2222
}
2323
}
2424
]
@@ -94,7 +94,7 @@
9494
"state": {
9595
"type": "backlink",
9696
"state": {
97-
"file": "docs/en/Environment-Setup.md",
97+
"file": "docs/en/Dialect-creation.md",
9898
"collapseAll": false,
9999
"extraContext": false,
100100
"sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
104104
"unlinkedCollapsed": true
105105
},
106106
"icon": "links-coming-in",
107-
"title": "Backlinks for Environment-Setup"
107+
"title": "Backlinks for Dialect-creation"
108108
}
109109
},
110110
{
@@ -113,12 +113,12 @@
113113
"state": {
114114
"type": "outgoing-link",
115115
"state": {
116-
"file": "docs/en/Environment-Setup.md",
116+
"file": "docs/en/Dialect-creation.md",
117117
"linksCollapsed": false,
118118
"unlinkedCollapsed": true
119119
},
120120
"icon": "links-going-out",
121-
"title": "Outgoing links from Environment-Setup"
121+
"title": "Outgoing links from Dialect-creation"
122122
}
123123
},
124124
{
@@ -142,13 +142,13 @@
142142
"state": {
143143
"type": "outline",
144144
"state": {
145-
"file": "docs/en/Environment-Setup.md",
145+
"file": "docs/en/Dialect-creation.md",
146146
"followCursor": false,
147147
"showSearch": false,
148148
"searchQuery": ""
149149
},
150150
"icon": "lucide-list",
151-
"title": "Outline of Environment-Setup"
151+
"title": "Outline of Dialect-creation"
152152
}
153153
}
154154
]
@@ -170,10 +170,10 @@
170170
},
171171
"active": "c3a0c2a858aa43f0",
172172
"lastOpenFiles": [
173-
"docs/en/Dialect creation.md",
173+
"docs/en/Environment-Setup.md",
174+
"docs/en/Dialect-creation.md",
174175
"docs/en/index.md~",
175176
"_config.yml~",
176-
"docs/en/Environment-Setup.md",
177177
"docs/en/Introduction.md",
178178
"docs/en/index.md",
179179
"docs/index.md",
File renamed without changes.

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Welcome to this complete tutorial on creating an **out-of-tree** MLIR dialect.
44

55
- [Introduction](Introduction.md)
66
- [Environment and CMake](Environment-Setup.md)
7-
- [Dialect Creation](Dialect%20creation.md)
7+
- [Dialect Creation](Dialect-creation.md)
88
- [Passes and Lowering](passes.md)
99
- [Testing with lit](tests.md)

docs/fr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Bienvenue dans ce tutoriel complet sur la création d’un dialecte MLIR **out-o
44

55
- [Introduction](Introduction.md)
66
- [Environnement et CMake](Environment-Setup.md)
7-
- [Création du Dialecte](Dialect%20creation.md)
7+
- [Création du Dialecte](Dialect-creation.md)
88
- [Passes et Lowering](passes.md)
99
- [Tests avec lit](tests.md)

0 commit comments

Comments
 (0)