summaryrefslogtreecommitdiffstats
path: root/docs/faq
AgeCommit message (Collapse)Author
2024-04-04docs(faq): fix typo (#5905)Sam
2024-03-23docs(faq): Tweak some grammar in the FAQ (#5867)Brett Cannon
Tweak some grammar in the FAQ
2024-03-03feat(docs): move to vitepress (#5785)David Knaack
* 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>
2023-12-30docs(install): Add FAQ entry for installing Starship without sudo (#5648)Andre Wiggins
Add FAQ entry for installing Starship without sudo Per [the comment](https://github.com/starship/starship/issues/5190#issuecomment-1553411366) in #5190, I've added an FAQ entry that includes an example script to install Starship without requiring `sudo`.
2023-02-07docs: fix typos (#4889)Zhizhen He
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-08fix: use shell-compatible curl install (#3691)Matan Kushner
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-07docs(faq): for uninstalling, change which to command -v (#3394)Tobias
* Changed 'which' to 'command -v' which is more general, and available on more systems * docs: for uninstalling, change which to command -v
2021-12-23fix: typo in FAQ page (#3347)Martin Dixon
2021-10-30docs(faq): Add debugging and timeout Q&As (#3190)Thomas O'Donnell
* docs(faq): Add debugging docs to the FAQ. Have added some basic docs on debugging to the FAQ. * docs(faq): Add question about commands timing out Have added a question and answer about commands timing out and what to do. * Update docs/faq/README.md Co-authored-by: Matan Kushner <hello@matchai.dev> Co-authored-by: Matan Kushner <hello@matchai.dev>
2021-04-08docs: update install instructions (#2553)Dario Vladović
Use POSIX `sh`, mitigate possible timing attacks.
2021-04-05docs(faq): change uninstall snippet to use `sh` (#2552)Dario Vladović
2021-04-01docs(faq): make uninstall instructions shell-indepedent (#2483)Julia
Closes #2484.
2021-03-12fix(docs): "Command Duration" section link target (#2416)Colin Marquardt
2021-02-27docs(faq): Add `starship explain` to FAQ (#2387)Thomas O'Donnell
2020-12-14docs: add 'autocomplete' keyword to FAQMatan Kushner
2020-10-05docs(FAQ): add FAQ about shell completionsMatan Kushner
2020-09-01docs: Improvements in docs for custom modules (#1615)Jan Katins
* docs: Clarify that commands will be passed in on stdin * docs: Clearer instruction how to include individual custom modules * docs: Include link to #1252 in docs for custom modules That issue is used to share custom modules. * docs: Remove reference to prompt_order Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2020-07-18docs: add uninstallation instructions to FAQ (#1474)Matan Kushner
2020-07-06docs: update font in FAQ from Fira Code → FiraCode Nerd FontMatan Kushner
2020-07-06docs: replace powerline requirement with nerd font requirementMatan Kushner
2020-06-24docs: update dotfile link in FAQMatan Kushner
2020-06-15docs: Add FAQ entry on missing symbols (#1307)Kevin Song
Adds FAQ entry for what to do if powerline/emoji symbols are missing. Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2020-05-19docs: fix example Starship implementation in bashMatan Kushner
2020-04-10docs: Add details about musl build to readme (#997)Daniel Lo Nigro
* Add details about musl build to readme * Move details to FAQ
2019-12-13docs: Correct a typo in the FAQs (#732)Thomas O'Donnell
Have fixed a minor typo in the FAQs to use the `--help` flag rather than the `--version` flag.
2019-12-02docs: Fix typo in FAQMatan Kushner
2019-12-02docs: Fix heading hierarchy in FAQMatan Kushner
2019-12-01docs: Add an FAQ page to website (#583)Matan Kushner