summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2020-02-19docs: Fix kubernetes style doc `dimmed' (#944)Heechul Ryu
Fix an incorrect key in the Kubernetes doc (key was incorrectly labeled as `dim` where it should be `dimmed`)
2020-02-12docs: Replace project taglineMatan Kushner
2020-02-12feat(git_commit): Show the hash of commits when detached HEAD (#738)nesmyslny
2020-02-11docs: Make code blocks dark themedMatan Kushner
2020-02-07docs(i18n): Update translations (#908)Matan Kushner
2020-02-07docs: Fix Japanese sidebar linksMatan Kushner
2020-02-07docs: Use Algolia DocSearch for docsMatan Kushner
2020-02-05docs: Update example snippetsMatan Kushner
Former-commit-id: e0526c871d95ea56f216d668866580268407f350
2020-02-05feat: Add an Elm module (#879)Andrew Prokhorenkov
Former-commit-id: d42137309da457a438b554601f0734db963a193e
2020-02-04docs(i18n): Add Simplified Chinese docs to the website and README.md (#906)Matan Kushner
2020-02-04docs: small doc touchupsMatan Kushner
2020-02-04feat: Add Crystal version module (#170)Youssef Habri
2020-02-04docs(i18n): Fix links in Japanese docs (#905)Matan Kushner
2020-02-04docs(i18n): Update translations (#875)Matan Kushner
2020-02-02docs: Add a meta title for SEOMatan 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-02-01fix(haskell): Add the Haskell module to the default prompt order (#893)Andrew Prokhorenkov
2020-01-28docs: Increase docs dark-mode contrast ratioMatan Kushner
2020-01-28docs: Added dark theme to documentation (#819)Brett Mandler
2020-01-25feat: add Haskell Stack support (#546)Andrew Prokhorenkov
Add a Haskell Stack module when a stack.yaml file is detected
2020-01-24fix(java): Add detection for *.gradle files (#871)Sam Rose
Currently the Java module detection looks for build.gradle specifically, but it's possible to rename build.gradle to *.gradle. This change adds Gradle files to the list of detected file extensions.
2020-01-23docs(i18n): Update translations (#863)Matan Kushner
2020-01-21docs(i18n): Add German docs to the website and README.md (#864)Matan Kushner
2020-01-21docs(i18n): Update translations (#857)Matan Kushner
2020-01-20docs(i18n): Add Russian docs to the website and README.mdMatan Kushner
2020-01-20docs(i18n): Update translations (#848)Matan Kushner
- Fix some broken markup on README.md
2020-01-20docs(i18n): Add Russian to the website language dropdown (#856)Gennady Koshkin
2020-01-15docs(i18n): Update translated docs (#792)Matan Kushner
2020-01-04docs: Document the STARSHIP_CONFIG env variable (#807)Justas Kazakauskas
2019-12-28feat(git_status): Add a stash count segment (#598)marblenix
2019-12-24docs(i18n): Update translations (#735)Matan Kushner
2019-12-23docs: Add a "Presets" page to the website (#783)Matan Kushner
2019-12-23docs: A few small improvementsMatan Kushner
- Correctly alphebetize modules - Fix table formatting - Add missing quotes around strings
2019-12-23docs(config): Disabled at the end of the optionsMarco Ieni
In the `time` module, bring `disabled` option at the end of the table for coherence with all the other modules
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-12-19feat: cmd_duration module optionally reports milliseconds (#696)Luca Rinaldi
2019-12-19feat: Adds build.gradle.kts detection to the Java module (#731)Mario Arias
2019-12-17docs: Fix landing page formattingMatan Kushner
2019-12-17docs: Make website docs consistent with README.mdMatan Kushner
2019-12-16docs: Correct summary of `git_commit` module (#737)nesmyslny
2019-12-14docs(i18n): Update doc translations (#697)Matan Kushner
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-11feat: add composer.json version to Package module (#716)Morten Scheel
2019-12-11feat: Add support for the ion shell (#704)BuggStream
2019-12-10fix: Add php to the default prompt order (#708)AppleTheGolden
2019-12-09docs: Add playsinline to landing page videoMatan Kushner
2019-12-09fix: Truncate long paths in conda environment names (#694)AppleTheGolden
Environment names created via conda create -p [path] tend to be too long for comfort, so this truncates them.
2019-12-08docs: Reorder terraform option rows for consistencyMatan Kushner
2019-12-08feat: Implement terraform module with workspace and version (#644)wdullaer