oh-my-posh/website
Jan De Dobbeleer 077e538500 fix(sysinfo): remove CPU context
BREAKING CHANGE: this property isn't used in any of the themes and it's
incorrect as fetching CPU information requires a timer which we don't
want to use as it will make rendering the prompt slower

For users who migrate to this version, remove the .CPU property from
the sysinfo segment's template in case you have that set.

resolves #3730
2023-04-24 09:08:11 +02:00
..
api docs(api): do not log full error 2023-03-23 13:41:19 +01:00
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs fix(sysinfo): remove CPU context 2023-04-24 09:08:11 +02:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs: add all supported config formats 2023-03-31 21:17:00 +02:00
static chore(pwsh): install.ps1 compatibility features 2023-04-16 17:15:32 +02:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js docs: update instrumentation key 2023-02-02 19:47:14 +01:00
export_themes.js fix(chips): time execution segment coloring and battery states 2023-02-09 09:14:13 +01:00
package-lock.json docs: add all supported config formats 2023-03-31 21:17:00 +02:00
package.json docs: add all supported config formats 2023-03-31 21:17:00 +02:00
README.md refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
sidebars.js feat(argocd): add context segment 2023-04-07 10:00:49 +02:00
staticwebapp.config.json chore(docs): update runtime to node16 2022-10-07 16:35:57 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.