Skip to content

Commit 45cc52f

Browse files
committed
fix(index): patch some markdown issues
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 452b648 commit 45cc52f

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

site/content/_index.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,48 @@ Transactional, in-place operating system updates using OCI/Docker container imag
88

99
The original Docker container model of using "layers" to model applications has been extremely successful. This project aims to apply the same technique for bootable host systems - using standard OCI/Docker containers as a transport and delivery format for base operating system updates.
1010

11-
The container image includes a Linux kernel (in e.g. /usr/lib/modules), which is used to boot. At runtime on a target system, the base userspace is not itself running in a "container" by default. For example, assuming systemd is in use, systemd acts as pid1 as usual - there's no "outer" process. More about this in the docs; see below.
11+
The container image includes a Linux kernel (in e.g. `/usr/lib/modules`), which is used to boot. At runtime on a target system, the base userspace is *not* itself running in a "container" by default. For example, assuming systemd is in use, systemd acts as pid1 as usual---there's no "outer" process. More about this in the docs; see below.
1212

1313
## Status
1414

1515
The CLI and API are considered stable. We will ensure that every existing system can be upgraded in place seamlessly across any future changes.
1616

1717
## Documentation
1818

19-
The project documentation is hosted on a different site: [https://bootc-dev.github.io/bootc/](https://bootc-dev.github.io/bootc/)
19+
The project documentation is hosted on a different site: [Docs](https://bootc-dev.github.io/bootc/)
2020

2121
## Versioning
2222

23-
Although bootc is not released to crates.io as a library, version numbers are expected to follow semantic versioning standards. This practice began with the release of version 1.2.0; versions prior may not adhere strictly to semver standards.
23+
Although bootc is not released to crates.io as a library, version numbers are expected to follow [semantic versioning](https://semver.org/) standards. This practice began with the release of version 1.2.0; versions prior may not adhere strictly to semver standards.
2424

2525
## Adopters (base and end-user images)
2626

27-
The bootc CLI is just a client system; it is not tied to any particular operating system or Linux distribution. You very likely want to actually start by checking [Adopters](about/adopters).
27+
The bootc CLI is just a client system; it is not tied to any particular operating system or Linux distribution. You very likely want to actually start by looking at [ADOPTERS.md](about/adopters).
2828

2929
## Community discussion
3030

31-
Github discussion forum for async discussion
32-
#bootc-dev on CNCF Slack for live chat
33-
This project is also tightly related to the previously mentioned Fedora/CentOS bootc project, and many developers monitor the relevant discussion forums there. In particular there's a Matrix channel and a weekly video call meeting for example: https://docs.fedoraproject.org/en-US/bootc/community/.
31+
- [Github discussion forum](https://github.com/containers/bootc/discussions) for async discussion
32+
- [#bootc-dev on CNCF Slack](https://cloud-native.slack.com/archives/C08SKSQKG1L) for live chat
33+
- Recurring live meeting hosted on [CNCF Zoom](https://zoom-lfx.platform.linuxfoundation.org/meeting/96540875093?password=7889708d-c520-4565-90d3-ce9e253a1f65) each Friday at 15:30 UTC.
34+
- [Meeting notes on HackMD](https://hackmd.io/@cgwalters/HJk3Aj0ree/edit)
35+
36+
This project is also currently tightly related to the previously mentioned Fedora/CentOS bootc project, and many developers monitor the relevant discussion forums there. In particular, there's a Matrix channel and a weekly chat meeting; [learn more](https://docs.fedoraproject.org/en-US/bootc/community/).
3437

3538
## Developing bootc
3639

37-
Are you interested in working on bootc? Great! Reference our [contribution guide](about/contributing). There is also a [list of maintainers](about/maintainers).
40+
Are you interested in working on bootc? Great! Reference our [contribution guide](about/contributing).
41+
There is also a list of [Maintainers](about/maintainers).
3842

3943
## Governance
40-
41-
Check [Governance for project governance details](about/governance).
44+
Reference [Governance](about/governance) for project governance details.
4245

4346
## Badges
4447

45-
OpenSSF Best Practices
48+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10113/badge)](https://www.bestpractices.dev/projects/10113)
4649

47-
## Code of Conduct
50+
### Code of Conduct
4851

4952
The bootc project is a [Cloud Native Computing Foundation (CNCF) Sandbox project](https://www.cncf.io/sandbox-projects/) and adheres to the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
5053

51-
## Trademarks
52-
54+
---
5355
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).

0 commit comments

Comments
 (0)