Skip to content

Commit 75a20a0

Browse files
committed
Fixed invalid 'warning' markdown tags in the documentation:
Old: '{: .notice--warning}' New: ':::: warning'
1 parent e5a1f77 commit 75a20a0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/docs/guide/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ Now, you can re-run `regolith run`.
131131

132132
Check `com.mojang`, and open the new `texture_list.json` file in `RP/textures/texture_list.json`. Every time you run regolith, this file will be re-created, based on your current textures. No need to manually edit it ever again!
133133

134-
{: .notice--warning}
134+
:::: warning
135135
`Warning:` If your resource pack already contains `texture_list.json`, you should delete it. You don't need to manually worry about it anymore - Regolith will handle it!
136+
::::
136137

137-
{: .notice--warning}
138+
:::: warning
138139
`Warning:` If your project doesn't have any textures, than `texture_list.json` will simply create a blank file `[]`. Consider adding some textures to see the filter at work!
140+
::::
139141

140142
## Whats Next
141143

docs/docs/guide/installing-filters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,17 @@ Regolith is intended to be used with git version control, and by default the `.r
6565

6666
You may use the command `regolith install-all`, which will check `config.json`, and install every filter in the `filterDefinitions`.
6767

68-
{: .notice--warning}
68+
:::: warning
6969
This is only intended to be used with existing projects. To install new filters, use `regolith install`.
70+
::::
7071

7172
## Filter Versioning
7273

7374
Filters in Regolith are optionally versioned with a [semantic version](https://semver.org/). As filters get updated, new versions will be released, and you can optionally update.
7475

75-
{: .notice--warning}
76+
:::: warning
7677
If you don't specify a version, the `install` command will pick a sensible default. First, it will search for the latest release. If that doesn't exist (such as a filter that has no versions), it will select the latest commit in the repository. In both cases, the installed version will be `pinned`.
78+
::::
7779

7880
### Installing a Specific Version
7981

0 commit comments

Comments
 (0)