Skip to content

Commit 4adfea1

Browse files
authored
Merge pull request #107 from neatudarius/issue/106
Use lowercase filenames for beman/docs/*
2 parents a86538e + 8d752e9 commit 4adfea1

17 files changed

+347
-209
lines changed

blog/2025-07-06-sofia-hackathon/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We had a great turnout, with 25 participants. The evening started with a great d
2222

2323
We presented our first [Production ready. API may undergo changes.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-api-may-undergo-changes) library, which is the [beman.optional](https://github.com/bemanproject/optional) library, hoping to get it into the C++26 standard and become [Production ready. Stable API.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-stable-api). We counted a total of 10 [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-stable-api) Beman libraries.
2424

25-
We have continued the discussion around our set of guidelines for the Beman libraries, which are described in [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md). This strong set of rules is a great foundation for our libraries, and it helps the authors to create libraries that are easy to use, maintain, and extend by example, using our awesome [beman.exemplar](https://github.com/bemanproject/exemplar) template library.
25+
We have continued the discussion around our set of guidelines for the Beman libraries, which are described in [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md). This strong set of rules is a great foundation for our libraries, and it helps the authors to create libraries that are easy to use, maintain, and extend by example, using our awesome [beman.exemplar](https://github.com/bemanproject/exemplar) template library.
2626

2727
The second part of the evening was a hackathon with our latest tool [beman-tidy: The Codebase Bemanification Tool](https://github.com/bemanproject/infra/tree/main/tools/beman-tidy). For more context, the `beman-tidy` helps you to apply the Beman Standard to your codebase, at a later stage in the library development.
2828

docs/MISSION.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1010

1111
This directory contains information about how the project works, goals, and community information.
1212

13-
- [BEMAN_LIBRARY_MATURITY_MODEL.md](./BEMAN_LIBRARY_MATURITY_MODEL.md): The `Beman library maturity model` describes the lifetime of libraries inside the Beman Project.
14-
- [BEMAN_STANDARD.md](./BEMAN_STANDARD.md): The `Beman Standard` is a set of development guidelines for the Beman Project.
15-
- [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md): The Beman Project's code of conduct.
16-
- [FAQ.md](./FAQ.md): Frequently asked questions about the Beman Project.
17-
- [GOVERNANCE.md](./GOVERNANCE.md): The governance document outlines the structure of the Beman Project.
18-
- [MISSION.md](./MISSION.md): The mission statement of the Beman Project.
13+
- [beman_library_maturity_model.md](./beman_library_maturity_model.md): The `Beman library maturity model` describes the lifetime of libraries inside the Beman Project.
14+
- [beman_standard.md](./beman_standard.md): The `Beman Standard` is a set of development guidelines for the Beman Project.
15+
- [code_of_conduct.md](./code_of_conduct.md): The Beman Project's code of conduct.
16+
- [faq.md](./faq.md): Frequently asked questions about the Beman Project.
17+
- [governance.md](./governance.md): The governance document outlines the structure of the Beman Project.
18+
- [mission.md](./mission.md): The mission statement of the Beman Project.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ These libraries were archived and no longer maintained. These libraries are not
4040

4141
Transition examples:
4242

43-
* They were [Production ready. Stable API.](./BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-stable-api) at some point, but are no longer developed or maintained, being superseded by native compiler implementations - `Mature retirement`.
43+
* They were [Production ready. Stable API.](./beman_library_maturity_model.md#production-ready-stable-api) at some point, but are no longer developed or maintained, being superseded by native compiler implementations - `Mature retirement`.
4444

45-
* They were [Production ready. API may undergo changes.](./BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-api-may-undergo-changes) at some point, but are no longer developed or maintained, being rejected from the ISO C+ Standardization - `Early retirement`.
45+
* They were [Production ready. API may undergo changes.](./beman_library_maturity_model.md#production-ready-api-may-undergo-changes) at some point, but are no longer developed or maintained, being rejected from the ISO C+ Standardization - `Early retirement`.
4646

47-
* They were [Under development and not yet ready for production use.](./BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use) at some point and were abandoned - `Early retirement`.
47+
* They were [Under development and not yet ready for production use.](./beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) at some point and were abandoned - `Early retirement`.

0 commit comments

Comments
 (0)