You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This repository uses [Poetry](https://python-poetry.org/) to manage dependencies
17
17
18
18
Alternatively you can run `poetry run mkdocs serve`
19
19
20
-
!!! tip
21
-
You can use the optional `--dirty` flag to only rebuild changed files, although you may need to restart if you make changes to `mkdocs.yaml`.
20
+
> [!TIP]
21
+
>You can use the optional `--dirty` flag to only rebuild changed files, although you may need to restart if you make changes to `mkdocs.yaml`.
22
22
23
23
### Building
24
24
@@ -38,13 +38,13 @@ You can manually deploy by running the command `mkdocs gh-deploy --force` from t
38
38
#### Symlinked Files
39
39
40
40
Several directories and files are symlinked into the MkDocs' `/docs`[^1] directory in order to be made available to MkDocs. Avoid modifying them directly:
41
-
*`/docs/icechunk-python/examples/`
42
-
*`/docs/icechunk-python/notebooks/`
43
-
*`/docs/spec.md`
41
+
-`/docs/icechunk-python/examples/`
42
+
-`/docs/icechunk-python/notebooks/`
43
+
-`/docs/spec.md`
44
44
45
45
These are also ignored in `.gitignore`
46
46
47
-
!!! tip
48
-
See [icechunk-docs/macros.py](./macros.py) for more info.
47
+
> [!TIP]
48
+
>See [icechunk-docs/macros.py](./macros.py) for more info.
0 commit comments