Commit graph

87 commits

Author SHA1 Message Date
Evzen Gasta
86ada91fcc feat: added entries from navigation to searchbar
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-20 09:45:58 +02:00
Evzen Gasta
90e977919d feat: added fetching and generating jsons from docs and tutorials
Signed-off-by: Evzen Gasta <[email protected]>
Asisted by: Cursor
2025-10-20 09:45:58 +02:00
Evzen Gasta
74ec0803e7 feat(docs): added generating tutorial and docs json files
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-20 09:45:58 +02:00
Evzen Gasta
b85d159a9f feat: added basic go to content for podman resources
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-15 10:42:45 +02:00
Evzen Gasta
343178820c feat: added fetching and generating jsons from docs and tutorials
Signed-off-by: Evzen Gasta <[email protected]>
Asisted by: Cursor
2025-10-15 10:42:45 +02:00
Evzen Gasta
f87d6f6d65 feat(docs): added generating tutorial and docs json files
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-15 10:42:45 +02:00
Evzen Gasta
c3c6a68e60 feat: added fetching and generating jsons from docs and tutorials
Signed-off-by: Evzen Gasta <[email protected]>
Asisted by: Cursor
2025-10-07 13:26:23 +02:00
Evzen Gasta
f87ec9833d feat(docs): added generating tutorial and docs json files
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-07 13:26:23 +02:00
Evzen Gasta
1efe2ec1a8 feat(docs): added generating tutorial and docs json files
Signed-off-by: Evzen Gasta <[email protected]>
2025-10-02 12:21:45 +02:00
axel7083
6bdc24213b
chore(typedoc): bump latest (#13837)
* chore(deps): bump the typedoc group with 3 updates

Bumps the typedoc group with 3 updates: [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc), [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown).

Updates `docusaurus-plugin-typedoc` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/docusaurus-plugin-typedoc/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/docusaurus-plugin-typedoc)

Updates `typedoc` from 0.28.3 to 0.28.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.28.3...v0.28.7)

Updates `typedoc-plugin-markdown` from 4.6.2 to 4.7.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-typedoc
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typedoc
- dependency-name: typedoc
  dependency-version: 0.28.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typedoc
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typedoc
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(typedoc): specify missing docs path

Signed-off-by: axel7083 <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: axel7083 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 09:29:58 +00:00
Simon Rey
1c61692a96
fix(website): preload css to avoid flashing big icons on load (#13331)
Signed-off-by: Simon Rey <[email protected]>
2025-07-25 09:06:59 +02:00
Simon Rey
4de9f5d20c
fix(website): client-side use of the GitHub REST API should be avoided (#13182)
* fix(website): avoid use GH API on client

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): field was the same

Signed-off-by: Simon Rey <[email protected]>

* fix(website): use Octokit instead manual fetch

Signed-off-by: Simon Rey <[email protected]>

* fix(website): fix type unused null

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): remove unused interface

Signed-off-by: Simon Rey <[email protected]>

* chore: remove AI generated comment

Co-authored-by: Florent BENOIT <[email protected]>
Signed-off-by: Simon Rey <[email protected]>

* chore: remove AI generated comments

Signed-off-by: Simon Rey <[email protected]>

* fix(website): remove log for success

Co-authored-by: Florent BENOIT <[email protected]>
Signed-off-by: Simon Rey <[email protected]>

* fix(website): remove log wait if no error let it go

Co-authored-by: Florent BENOIT <[email protected]>
Signed-off-by: Simon Rey <[email protected]>

* refactor(website): more explicit name

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): remove release from name as this will be used to fetch stars as well

Signed-off-by: Simon Rey <[email protected]>

* chore(website): improve comment

Signed-off-by: Simon Rey <[email protected]>

* chore: remove outdated comment

Signed-off-by: Simon Rey <[email protected]>

* fix(website): owner has changed

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): class to help UT

Signed-off-by: Simon Rey <[email protected]>

* chore(website): rename plugin accordingly to file name

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): move interfaces to file

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): move class to file

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): file name convention

Signed-off-by: Simon Rey <[email protected]>

* fix(website): fix imports, refactor version in common

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): change structure

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): change structure

Signed-off-by: Simon Rey <[email protected]>

* refactor(website): remove intermediate const

Signed-off-by: Simon Rey <[email protected]>

* fix(website): add v in linux version to be the same as widnows and mac, refactor

Signed-off-by: Simon Rey <[email protected]>

* test(website): test release data parse

Signed-off-by: Simon Rey <[email protected]>

* chore: remove some comments

Signed-off-by: Simon Rey <[email protected]>

* chore: fix lint

Signed-off-by: Simon Rey <[email protected]>

* fix(extension/podman): add type of mock

Signed-off-by: Simon Rey <[email protected]>

* test(podman/extension): use same syntax as rest of project

Signed-off-by: Simon Rey <[email protected]>

* chore: add copyright

Signed-off-by: Simon Rey <[email protected]>

* chore: fix the name, but it was in gitignore

Signed-off-by: Simon Rey <[email protected]>

* refactor: use new constants

Signed-off-by: Simon Rey <[email protected]>

* chore: fix import using path alias

Signed-off-by: Simon Rey <[email protected]>

* refactor: use constants to avoid breaking change when moving repo

Signed-off-by: Simon Rey <[email protected]>

---------

Signed-off-by: Simon Rey <[email protected]>
Signed-off-by: Simon Rey <[email protected]>
Co-authored-by: Florent BENOIT <[email protected]>
2025-07-23 17:36:17 +02:00
Charlie Drage
822052fd84
chore: fix github button, remove github link, add spacing. (#12429)
### What does this PR do?

* Fixeds the github button by hiding on smaller screens (similar to the
  Download button)
* Removes the GitHub link since we have the button with stars now
* Adds spacing to the Download button since it was too close to the
  light/dark mode change.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes https://github.com/podman-desktop/podman-desktop/issues/12419

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

View the website :)

Signed-off-by: Charlie Drage <[email protected]>
2025-05-14 16:36:18 +00:00
Charlie Drage
fa18800a5a
chore: website - add custom github stars button (#12146)
### What does this PR do?

* Adds a custom github stars button that uses the github api
* Makes sure to only show if we can actually get the stars
* Created with a separate file / custom navbar type.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Part of https://github.com/podman-desktop/podman-desktop/issues/11816
Closes https://github.com/podman-desktop/podman-desktop/issues/12118

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

Preview the website / click around.

Signed-off-by: Charlie Drage <[email protected]>
2025-05-06 14:45:16 -04:00
Charlie Drage
a467a33f4a
chore: website - update footer cncf logo and spacing (#12142)
### What does this PR do?

* Updates the spacing and size of the CNCF logo
* Left-aligns the text on the bottom
* Fixes the spacing between paragraphs.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Part of https://github.com/podman-desktop/podman-desktop/issues/11816

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

Preview website / see screenshots :)

Signed-off-by: Charlie Drage <[email protected]>
2025-04-14 17:47:17 +00:00
Charlie Drage
5142e63057
chore: website - update download links (#12115)
### What does this PR do?

* Refactors download buttons to separate file
* Changes Download Now button to match UI mockup
* Adds "Download" button to header

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Part of https://github.com/podman-desktop/podman-desktop/issues/11816

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

Preview website on netlify :)

Signed-off-by: Charlie Drage <[email protected]>
2025-04-10 13:46:31 +00:00
Florent Benoit
f5aa3e7407 fix: website sprint link
fixes https://github.com/podman-desktop/podman-desktop/issues/11662
Signed-off-by: Florent Benoit <[email protected]>
2025-03-14 08:20:34 +01:00
Matt Demyttenaere
bb5f9cf59e
feat: add community page (#10551)
* feat: website add community page
Signed-off-by: Matt Demyttenaere <[email protected]>

* chore: add dropdown to main nav

Signed-off-by: Matt Demyttenaere <[email protected]>

---------

Signed-off-by: Matt Demyttenaere <[email protected]>
Co-authored-by: Charlie Drage <[email protected]>
2025-03-05 10:21:28 -05:00
Evzen Gasta
1da87c9b7e chore: added telemetry for navbar download button
Signed-off-by: Evzen Gasta <[email protected]>
2025-02-13 23:06:17 +01:00
Florent Benoit
df281f281c chore: switch to tailwindcss v4
fixes https://github.com/podman-desktop/podman-desktop/issues/10795
Signed-off-by: Florent Benoit <[email protected]>
2025-02-03 23:21:48 +01:00
Florent Benoit
c0dce3bed6 docs: add CNCF in footer of the website
fixes https://github.com/podman-desktop/podman-desktop/issues/10836
Signed-off-by: Florent Benoit <[email protected]>
2025-01-29 21:55:23 +01:00
Shipra Singh
7f4a8404a3
docs(website): added a reference section and removed duplicate proced… (#10740)
* docs(website): added a reference section and removed duplicate procedures

Signed-off-by: Shipra Singh <[email protected]>

* docs(website): added redirects

Signed-off-by: Shipra Singh <[email protected]>

---------

Signed-off-by: Shipra Singh <[email protected]>
2025-01-24 10:29:04 +05:30
Sonia Sandler
a6883bc14c
chore: change GitHub podman desktop links in website to podman-desktop org (#10340)
* chore: change GitHub podman desktop links in website to podman-desktop org

Signed-off-by: Sonia Sandler <[email protected]>

* chore: update podman desktop GitHub link in docusaurus config file

Signed-off-by: Sonia Sandler <[email protected]>

---------

Signed-off-by: Sonia Sandler <[email protected]>
2024-12-16 11:58:45 -05:00
Shipra Singh
46457b532a
docs(website): edited the doc to provide clarity in using the libkrun… (#10111)
* docs(website): edited the doc to provide clarity in using the libkrun provider type

Signed-off-by: Shipra Singh <[email protected]>

* docs(website): edited the content

Signed-off-by: Shipra Singh <[email protected]>

* docs(website): fixed a typo

Signed-off-by: Shipra Singh <[email protected]>

* docs(website): fixed SME comments

Signed-off-by: Shipra Singh <[email protected]>

---------

Signed-off-by: Shipra Singh <[email protected]>
2024-12-09 19:26:08 +05:30
Shipra Singh
eb099860e9
docs(website): updated the docker compatibility section (#9408)
Signed-off-by: Shipra Singh <[email protected]>
2024-11-18 10:43:54 +05:30
Tim deBoer
a923e1bdfc chore: add redirect for core-values
Core values was removed, this just adds a redirect to the homepage to avoid 404s.

Fixes #9084.

Signed-off-by: Tim deBoer <[email protected]>
2024-09-25 15:41:17 -04:00
Tim deBoer
9f4bbe95f7 chore: remove core values
Removes core values from the website as it doesn't make sense anymore and
will free up space in the header.

Part of #5761.

Signed-off-by: Tim deBoer <[email protected]>
2024-09-21 12:28:16 +05:00
Shipra Singh
bd7bb3eb19
docs(website): added a new tutorial section with an index file (#8812)
* docs(website): added a new tutorial section with an index file
Signed-off-by: Shipra Singh <[email protected]>

* docs(website): added the first tutorial
Signed-off-by: Shipra Singh <[email protected]>

* docs(website): edited the first tutorial
Signed-off-by: Shipra Singh <[email protected]>

* docs(website): minor edits
Signed-off-by: Shipra Singh <[email protected]>

* docs(website): fixed a comment
Signed-off-by: Shipra Singh <[email protected]>
2024-09-16 18:21:17 +05:30
SoniaSandler
7155f934d5
chore: map release notes to their respective file names on GH (#8790)
* chore: map release notes to their respective file names on GH
Signed-off-by: Sonia Sandler <[email protected]>

* chore: create mapping json file automatically
Signed-off-by: Sonia Sandler <[email protected]>

* chore: add release notes and image to mapping
Signed-off-by: Sonia Sandler <[email protected]>

* chore: change json file structure
Signed-off-by: Sonia Sandler <[email protected]>

* chore: remove release notes mapping in renderer
Signed-off-by: Sonia Sandler <[email protected]>

* chore: create separate json file for each release
Signed-off-by: Sonia Sandler <[email protected]>

* chore: remove truncate from parser
Signed-off-by: Sonia Sandler <[email protected]>

* chore: remove generated files
Signed-off-by: Sonia Sandler <[email protected]>

* chore: add tests
Signed-off-by: Sonia Sandler <[email protected]>

* chore: configure tests for website
Signed-off-by: Sonia Sandler <[email protected]>

* chore: refactor notes code
Signed-off-by: Sonia Sandler <[email protected]>

* chore: remove unused import
Signed-off-by: Sonia Sandler <[email protected]>

* chore: fix tests
Signed-off-by: Sonia Sandler <[email protected]>

* chore: change automatic line change in package.json
Signed-off-by: Sonia Sandler <[email protected]>
2024-09-12 13:22:31 +00:00
axel7083
e18a9df630 fix: storybook svelte 5
Signed-off-by: axel7083 <[email protected]>
2024-08-19 12:29:52 +02:00
axel7083
4649f9d8fc
hotfix: website build (#8105)
* chore: remove storybook from website build

Signed-off-by: axel7083 <[email protected]>

* fix: remove generated sidebar import

Signed-off-by: axel7083 <[email protected]>

* fix: typecheck

Signed-off-by: axel7083 <[email protected]>

---------

Signed-off-by: axel7083 <[email protected]>
2024-07-17 13:40:50 +02:00
axel7083
22fd81cfa5
fix(website): windows build and redirects (#7992)
Signed-off-by: axel7083 <[email protected]>
2024-07-09 15:37:28 +02:00
axel7083
13dbfc54ad
feature(website): storybook docusaurus integration (#7648)
* feat: tentative storybook docusaurus integration

Signed-off-by: axel7083 <[email protected]>

* feat: storybook docusaurus integration v2

Signed-off-by: axel7083 <[email protected]>

* feat: storybook should be using dark theme from docusaurus

Signed-off-by: axel7083 <[email protected]>

* fix: quick improvement

Signed-off-by: axel7083 <[email protected]>

* fix: missing condition check

Signed-off-by: axel7083 <[email protected]>

* fix(package.json): adding storybook build task

Signed-off-by: axel7083 <[email protected]>

* fix(storybook): prettier

Signed-off-by: axel7083 <[email protected]>

* fix(storybook): linter

Signed-off-by: axel7083 <[email protected]>

* fix(storybook): linter

Signed-off-by: axel7083 <[email protected]>

* fix: uses typescript for storybook plugin

Signed-off-by: axel7083 <[email protected]>

* fix: improve iframe theme initialization

Signed-off-by: axel7083 <[email protected]>

---------

Signed-off-by: axel7083 <[email protected]>
2024-06-24 11:20:37 +02:00
Charlie Drage
01dab2b1e2
docs: adds api reference to sidebar & detailed index (#7317) 2024-05-28 07:49:54 -04:00
Charlie Drage
6526388812
docs: update the extensions section (#7061)
### What does this PR do?

* Renames the extension section to just "Extensions"
* Moved Installing to #1 in the list
* Changes "Write" to "Developing" section
* Adds redirect links
* Move publishing to bottom part

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Part of https://github.com/containers/podman-desktop/issues/6883
discussion (does not close it though)

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

Visit the site :)

Signed-off-by: Charlie Drage <[email protected]>
2024-05-03 14:16:12 +00:00
Fabrice Flore-Thébault
b086ab2547
docs: updated _Installing Podman Desktop and Podman on Windows_ (compact version) (#5751)
* docs: updated Installing Podman Desktop and Podman on Windows

Signed-off-by: Fabrice Flore-Thébault <[email protected]>
Co-authored-by: Charlie Drage <[email protected]>
2024-03-18 11:33:11 +00:00
Fabrice Flore-Thébault
43d5fe980c
docs: single page for _In a restricted environment_ (#5756)
* docs: single page for _Installing in a restricted environment_ - fixes #4269

Signed-off-by: Fabrice Flore-Thébault <[email protected]>
2024-03-15 16:21:01 +01:00
Fabrice Flore-Thébault
f1f3d30608 docs: romved installing podman with openshift local
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
2024-03-03 10:13:51 +01:00
axel7083
96a57ebf0d
fix(website): restoring throwing error on broken links (#6110)
Update docusaurus.config.js

Signed-off-by: axel7083 <[email protected]>
2024-02-22 15:51:44 +00:00
Florent BENOIT
b01ac673b9 chore: skip broken links for now
Signed-off-by: Florent BENOIT <[email protected]>
2024-02-21 18:44:25 +00:00
axel7083
b1ea9b99b5
docs: using typedoc to generate api documentation (#5705)
* feat: using typedoc to generate api documentation
Signed-off-by: axel7083 <[email protected]>

* fix: small issue
Signed-off-by: axel7083 <[email protected]>

* fix: incorrect path
Signed-off-by: axel7083 <[email protected]>

* chore(deps-dev): bump version

Signed-off-by: axel7083 <[email protected]>

* fix: use resolve from node:path

Signed-off-by: axel7083 <[email protected]>

* chore(dev-deps): bump typedoc-plugin-markdown & docusaurus-plugin-typedoc

Signed-off-by: axel7083 <[email protected]>

* fix: removing text footer

Signed-off-by: axel7083 <[email protected]>

* fix: removing generator text

Signed-off-by: axel7083 <[email protected]>

* chore(argos-devs): prevent all generated pages to be included

Signed-off-by: axel7083 <[email protected]>

* fix: utils methods

Signed-off-by: axel7083 <[email protected]>

---------

Signed-off-by: axel7083 <[email protected]>
2024-02-01 10:48:07 +01:00
Fabrice Flore-Thébault
5d2318414a
chore: do not collapse categories on sidebar (#5727)
* chore: display entire sidebar uncollapsed by default - fixes #5338

Signed-off-by: Fabrice Flore-Thébault <[email protected]>
2024-01-30 11:02:07 +01:00
Fabrice Flore-Thébault
669611a65e
docs: refactored _setting up container registries_ (#4965)
Co-authored-by: Fabrice Flore-Thébault <[email protected]>
Co-authored-by: Stévan Le Meur <[email protected]>
2023-12-22 08:53:13 +00:00
Florent Benoit
ce4916b74a chore(website): display all blog posts not only last 5
fixes https://github.com/containers/podman-desktop/issues/5012

Signed-off-by: Florent Benoit <[email protected]>
2023-12-06 16:23:35 +01:00
Florent BENOIT
194f1ed785
chore: update to docusaurus v3.0.0 (#4764)
fixes https://github.com/containers/podman-desktop/issues/4581
Signed-off-by: Florent Benoit <[email protected]>
2023-11-22 15:09:06 +00:00
Tim deBoer
0295da61c9 fix: prettier and formatting
Signed-off-by: Tim deBoer <[email protected]>
2023-11-02 08:05:01 -04:00
Tim deBoer
5326dd611d feat: reorganize doc navigation by provider
Switches to give every provider (Podman, Lima, Kind, Minikube, OpenShift) its own root folder in the doc navigation (and the child '/installing' is normally where installation instructions are).

Why? Currently the topics for several of these are spread out between multiple sections, e.g. there is Lima information in onboarding for containers, onboarding for Kubernetes, and Kubernetes; installing Podman is under Onboarding for containers but setting the default connection is in Working with containers. As a user I know if I'm using provider X and if I'm looking for information on using X within Podman Desktop, vs how to use Podman Desktop.

After this move, there was only one page in each of the 'onboarding' sections - the onboarding containers overview and working with an existing Kubernetes. These two pages were moved into the respective /containers and /kubernetes folders so that the section could be removed. /working-with-containers was reduced to /containers to match all the other folders.

As much as possible (except for links) I've tried not to edit the content of any page. In a couple cases I had to merge pages that were near duplicates, and likewise there are a couple places where we didn't have a single landing page before (e.g. OpenShift) where I added an initial page.

Added redirects in the docusaurus config, and as much as possible updated links in existing files to point to the new locations.

Signed-off-by: Tim deBoer <[email protected]>
2023-11-02 08:05:01 -04:00
Tim deBoer
a0c81e26ac
fix: reduce website footer (#4546)
* fix: reduce website footer

Ok, here's my pass at reducing the vertical height of the footer. Long term I think
we can and should do more, this is just a quick initial cleanup pass:
- Left: removed three links (so both columns are down to 5). These are a
  judgement call, e.g. I felt like 'Docker migration' is a bit of marketing we'd
  want to leave for now.
- Right: remove Blog (it's already at the top of the page).
- Right: remove planning and roadmap, both not really useful link and accessible
  from the Github link above.
- Put copyright and license on one line.

Overall, this reduces the footer height from 11 lines of text to 7.

Signed-off-by: Tim deBoer <[email protected]>

* fix: chat, sprint links

Reduced four chat links to just Discord and a link to Communication section in the readme. Added back in a link to the sprint planning board.

Removed Compose from the doc links to even things out again.

Signed-off-by: Tim deBoer <[email protected]>

---------

Signed-off-by: Tim deBoer <[email protected]>
2023-10-30 19:25:46 -04:00
Fabrice Flore-Thébault
98e21ac576
docs: simplified _Onboarding_ navigation (#4285) 2023-10-11 15:26:36 +00:00
Fabrice Flore-Thébault
efeac140d0
docs: installing podman with podman desktop - references #4013 (#4190) 2023-10-11 10:04:39 +00:00