summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress
AgeCommit message (Collapse)Author
2022-05-26feat: Add support for Daml (#4004)Stefano Baghino
2022-05-26docs: add lua to plain text preset (#4027)Daniel Nagy
2022-05-02docs(preset): Add more symbols to Pastel Powerline preset (#3812)Michal Rostecki
2022-04-18revert(schema): move config-schema back into .github folder (#3886)David Knaack
This reverts PR #3878 / commit 094f982df184eecd85ea2832b3bf638629118c10.
2022-04-16fix(schema): move config-schema into docs folder (#3878)David Knaack
2022-04-11docs(preset): Add python nerd font icon (#3852)Tarun
2022-04-03feat(spack): Add `Spack` module (#3639)oyanoya
* feat/add readme + presets * feat/add spack module * feat/add spack config * feat/spack to handle * feat/add spack to modules and root * fix/readme formattign * fix/readme typo * fix/readme formatting * feat/replace module_config_derive with serde * feat/add macros to generate schema + schema
2022-04-01feat: allow printing config file schema (#3737)David Knaack
2022-03-25feat: Add a module for C projects (#3631)David Cantrell
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-03-18docs(preset): add Pastel Powerline preset (#3761)Huhni
Co-authored-by: Matan Kushner <hello@matchai.dev>
2022-03-18feat(haskell): Add Haskell module (#3587)ksqsf
* feat(haskell): add haskell module and implement ghc version detection * feat(haskell): implement stack resolver version detection * fix(haskell): handle more complex resolvers * fix(haskell): rename resolver_version to snapshot * fix(haskell): change default color to bold purple * feat(haskell): add tests * fix(haskell): format * fix(haskell): replace incorrect `or` with `or_else` * fix(haskell): use write_all instead of write * fix(haskell): λ as Haskell icon by default * fix(haskell): fix tests and add a real stack.yaml testcase * fix(haskell): make clippy happy
2022-03-12feat(buf): Add Buf module (#3661)Luc Perkins
* Add initial Buf module logic * Add tests for Buf module * Add initial draft of docs * cargo fmt * Fix config table formatting * Run dprint * Run clippy --fix * cargo fmt * Add space after emoji * Fix spacing discrepancy * Switch to Nerd Font from emoji * Fix up docs merge conflict handling Co-authored-by: Matan Kushner <hello@matchai.dev>
2022-03-11fix(docs): fix and cleanup VuePress config (#3738)Kid
* Use relative links * Remove migrating link * Fix zh-* config * Adjust how sidebar is generated * Enable evergreen * Format * Update docs/.vuepress/config.js Co-authored-by: David Knaack <davidkna@users.noreply.github.com> Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-03-08docs: Update Preset system with several additional features (#3683)Kevin Song
* New preset system * Add Rust to NerdFonts preset * Add more links and access Add image titles and links in headers to make things more accessible. * Shrink + optimize PNG images
2022-01-20ci: Use `dprint` to format documentation + TOML files (#3426)Kevin Song
Adds Rust-based standardized markdown formatting and a CI step to catch unformatted files.
2022-01-09feat: add support for cmd (#3277)Rashil Gandhi
* feat: add support for cmd * add preprompt and precmd support * add keymap support * add info about minimum Clink version * simplify escaping * add handling for cmd custom commands * add support for transient_prompt and transient_rprompt * Revert 914057952508e81e20086fcb707ba2a0be85fdd3 This reverts commit "add support for transient_prompt and transient_rprompt" * Apply suggestions from code review * disable cmd shell custom commands * any shell other than cmd can be used * better error and correct script location * move shell check in `map_no_escaping`
2021-12-21docs: update Algolia API key and appIdMatan Kushner
2021-12-21docs(i18n): add Indonesian and Italian docs (#3339)Matan Kushner
2021-12-13fix(docs): remove superfluous space (#3314)Kid
2021-10-06feat(docs): Add copy button for code snippets via plugin (#3118)Pratham Sharma
Adds copy button for code snippets via plugin
2021-09-30docs: add Pure prompt preset (#3066)Tim Kelty
2021-08-26docs: add Brazilian Portuguese translations to the docs and website (#3009)Matan Kushner
2021-07-19docs(preset): add Hide Runtime Versions preset (#2854)Kid
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
* feat: add support for xonsh * xonsh: add STARSHIP_SESSION_KEY * xonsh: implement STARSHIP_SESSION_KEY in xonsh * docs: mention tcsh, elvish, and nu in more places * xonsh: change STARSHIP_SESSION_KEY implementation See https://github.com/starship/starship/pull/2807#discussion_r667064149 * xonsh: fix jobs implementation * xonsh: do not silently discard stderr from starship
2021-05-22docs(preset): New preset "Plain Text Symbol" (#2749)Rumia
* Add plain text preset * Add git symbols to plain text symbols
2021-05-20docs: New preset "Bracketed Segments" (#2747)Diego Zamboni
This preset changes all the built-in formats to show their segment in brackets instead of using the default Starship wording ("via", "on", etc.).
2021-02-16build(deps-dev): bump vuepress-theme-default-prefers-color-scheme from 1.1.2 ↵dependabot-preview[bot]
to 2.0.0 in /docs (#1946) * build(deps-dev): bump vuepress-theme-default-prefers-color-scheme Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases) - [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md) - [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/compare/v1.1.2...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Remove css-prefers-color-scheme Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Matan Kushner <hello@matchai.dev>
2021-01-26docs(i18n): add Vietnamese doc translationsMatan Kushner
2021-01-05docs(installation): add advanced installation (#1643)Dani
Adds an "Advanced Installation" page to the documentation website.
2020-11-29docs(i18n): add French and Spanish doc translations (#1942)Matan Kushner
2020-11-21Update config.jsMatan Kushner
2020-09-30docs: Add a migration guide's link to sidebar for jp (#1707)Shu Kutsuzawa
2020-09-29chore: update v0.45.0 removal notice (#1687)Matan Kushner
* chore: update deprecation notice * Add deprecation page to sidebar * Replace the use of "deprected" with "removed"
2020-07-19docs: fix code block overflow on mobile (#1492)Dario Vladović
2020-06-06docs: remove grayscaleMatan Kushner
2020-06-02docs: add #BLM badgeMatan Kushner
2020-06-02docs: #blacklivesmatterMatan Kushner
2020-06-02docs: #blacklivesmatter (#1284)John Letey
2020-02-22revert: "docs: add Netlify link to footer"Matan Kushner
This reverts commit aedfe42a8ca7655ca9a04218b74ce92e333d213c.
2020-02-21docs: add Netlify link to footerMatan Kushner
2020-02-12docs: Replace project taglineMatan Kushner
2020-02-11docs: Make code blocks dark themedMatan Kushner
2020-02-07docs: Fix Japanese sidebar linksMatan Kushner
2020-02-07docs: Use Algolia DocSearch for docsMatan Kushner
2020-02-04docs(i18n): Add Simplified Chinese docs to the website and README.md (#906)Matan Kushner
2020-02-02docs: Improve description meta tag for SEOMatan Kushner
2020-02-01docs: Add a border-radius to the hero videoMatan Kushner
Applying a border radius to the video hides the white corners that show when the site is in dark mode.
2020-01-28docs: Increase docs dark-mode contrast ratioMatan Kushner
2020-01-28docs: Added dark theme to documentation (#819)Brett Mandler
2020-01-21docs(i18n): Add German docs to the website and README.md (#864)Matan Kushner