podman-desktop/website
Florent Benoit 99dc79e7c4 website: fix documentation for building image
fixes https://github.com/containers/podman-desktop/issues/2872

Change-Id: Ic17a2d92e3603c4a52d532d1afe9e5618e68fc90
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-15 14:14:51 +02:00
..
blog fix: Respond to release note feedback 2023-06-09 10:13:02 -04:00
docs website: fix documentation for building image 2023-06-15 14:14:51 +02:00
src chore: remove work in progress as it is implemented 2023-06-02 09:37:37 +02:00
static Screenshot updates for features page 2023-05-21 10:45:10 +02:00
.gitignore feat: adds initial website built from docusaurus 2022-04-04 17:23:17 +02:00
babel.config.js feat: adds initial website built from docusaurus 2022-04-04 17:23:17 +02:00
docusaurus.config.js website: add goatcounter for statistics 2023-06-05 13:54:04 +02:00
package.json chore(deps-dev): bump markdownlint-cli2 from 0.7.1 to 0.8.1 2023-06-12 12:30:29 +02:00
README.md chore: added Markdownlint configuration (#2299) 2023-05-03 13:57:27 +00:00
sidebars.js chore: enhanced sidebar and navigation (#1302) 2023-02-22 10:58:57 +01:00
tailwind.config.js fix: website is using the new palette colors but definition are not there 2023-05-09 10:42:46 +02:00
tsconfig.json feat: adds initial website built from docusaurus 2022-04-04 17:23:17 +02:00

Website

Install the project dependencies

$ yarn install

Local Development of the website / documentation

$ yarn start

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

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.