oh-my-posh/website
Chris Johnston‮ c12eae399e docs: remove "pathname://" prefix from windows store install link
This change fixes the link in the windows documentation to the windows store to
download oh my posh. The existing link was prefixed with "pathname://", which when
clicked opens a new empty tab. Copying and pasting the link without "pathname://"
into the address bar will correctly open the windows store for oh my posh. I tested
this using the latest stable version of MS Edge and Firefox.
2024-01-16 22:41:26 +01:00
..
api docs: update API dependencies 2023-11-19 19:14:25 +01:00
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs docs: remove "pathname://" prefix from windows store install link 2024-01-16 22:41:26 +01:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs: update dependencies 2023-11-19 19:14:25 +01:00
static feat: add FreeBSD targets to install.sh 2024-01-06 13:53:41 +01:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js docs: update to docusaurus V3 2023-11-19 19:14:25 +01:00
export_themes.js docs: add space after last theme block 2023-11-26 16:35:34 +01:00
package-lock.json docs: update dependencies 2023-11-19 19:14:25 +01:00
package.json docs: use node 20.9.0 2023-11-19 19:24:53 +01:00
README.md docs: update README to use npm 2023-06-29 07:56:34 +02:00
sidebars.js feat: ocaml segment 2024-01-15 19:48:03 +01:00
staticwebapp.config.json docs: remove social integration 2023-05-06 20:34:23 +02:00

Website

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

Installation

$ npm install

Local Development

$ npm run 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.