Skip to content

Commit d9b5c69

Browse files
committed
Trigger Pages rebuild
1 parent de4b795 commit d9b5c69

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.obsidian/workspace.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "docs/en/Dialect creation.md",
16+
"file": "docs/en/Environment-Setup.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "Dialect creation"
21+
"title": "Environment-Setup"
2222
}
2323
}
2424
]
@@ -94,7 +94,7 @@
9494
"state": {
9595
"type": "backlink",
9696
"state": {
97-
"file": "docs/en/Dialect creation.md",
97+
"file": "docs/en/Environment-Setup.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 Dialect creation"
107+
"title": "Backlinks for Environment-Setup"
108108
}
109109
},
110110
{
@@ -113,12 +113,12 @@
113113
"state": {
114114
"type": "outgoing-link",
115115
"state": {
116-
"file": "docs/en/Dialect creation.md",
116+
"file": "docs/en/Environment-Setup.md",
117117
"linksCollapsed": false,
118118
"unlinkedCollapsed": true
119119
},
120120
"icon": "links-going-out",
121-
"title": "Outgoing links from Dialect creation"
121+
"title": "Outgoing links from Environment-Setup"
122122
}
123123
},
124124
{
@@ -142,13 +142,13 @@
142142
"state": {
143143
"type": "outline",
144144
"state": {
145-
"file": "docs/en/Dialect creation.md",
145+
"file": "docs/en/Environment-Setup.md",
146146
"followCursor": false,
147147
"showSearch": false,
148148
"searchQuery": ""
149149
},
150150
"icon": "lucide-list",
151-
"title": "Outline of Dialect creation"
151+
"title": "Outline of Environment-Setup"
152152
}
153153
}
154154
]
@@ -168,17 +168,17 @@
168168
"command-palette:Open command palette": false
169169
}
170170
},
171-
"active": "cdc20bcbc91f2c90",
171+
"active": "c3a0c2a858aa43f0",
172172
"lastOpenFiles": [
173+
"docs/en/Dialect creation.md",
173174
"docs/en/index.md~",
174175
"_config.yml~",
175-
"docs/en/Environment Setup.md",
176+
"docs/en/Environment-Setup.md",
176177
"docs/en/Introduction.md",
177178
"docs/en/index.md",
178179
"docs/index.md",
179180
"README.md",
180181
"docs/fr/index.md",
181-
"docs/en/Dialect creation.md",
182182
"docs/en/passes.md",
183183
"docs/en/tests.md",
184184
"en.md"
File renamed without changes.

docs/en/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ This tutorial will guide you step by step through:
3131

3232
> This tutorial is up to date for **LLVM 22**.
3333
34-
- [Next section: CMake Environment](Environment%20Setup.md)
34+
- [Next section: CMake Environment](Environment-Setup.md)

docs/en/index.md

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

55
- [Introduction](Introduction.md)
6-
- [Environment and CMake](Environment%20Setup.md)
6+
- [Environment and CMake](Environment-Setup.md)
77
- [Dialect Creation](Dialect%20creation.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
@@ -3,7 +3,7 @@
33
Bienvenue dans ce tutoriel complet sur la création d’un dialecte MLIR **out-of-tree**.
44

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

0 commit comments

Comments
 (0)