mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(docs): move to vitepress (#5785)
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
+1
-1
@@ -649,7 +649,7 @@ mod test {
|
||||
preset_command(Some(Preset("nerd-font-symbols")), Some(path.clone()), false);
|
||||
|
||||
let actual = utils::read_file(&path)?;
|
||||
let expected = include_str!("../docs/.vuepress/public/presets/toml/nerd-font-symbols.toml");
|
||||
let expected = include_str!("../docs/public/presets/toml/nerd-font-symbols.toml");
|
||||
assert_eq!(actual, expected);
|
||||
|
||||
dir.close()
|
||||
|
||||
Reference in New Issue
Block a user