Skip to content

Commit 1187f90

Browse files
authored
Merge pull request bemanproject#75 from bemanproject/74-some-images-on-the-beman-project-website-arent-loading
fix linkage of images in docs
2 parents 8dab4ff + 310a9a4 commit 1187f90

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/BEMAN_LIBRARY_MATURITY_MODEL.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
sidebar_position: 5
33
---
44

5+
import beman_library_production_ready_api_may_undergo_changes from '../images/logos/beman_logo-beman_library_production_ready_api_may_undergo_changes.png'
6+
import beman_library_under_development from '../images/logos/beman_logo-beman_library_under_development.png'
7+
import beman_library_retired from '../images/logos/beman_logo-beman_library_retired.png'
8+
import beman_library_production_ready_stable_api from '../images/logos/beman_logo-beman_library_production_ready_stable_api.png'
59

610
# The Beman Library Maturity Model
711

@@ -12,25 +16,25 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1216
`The Beman maturity model` helps developers quickly assess the production readiness of Beman libraries by classifying them based on development phase and interface stability.
1317

1418

15-
<img src="../beman_flow-beman_library_maturity_model.png" style={{ width: '100%', height: 'auto' }} alt="Beman Flow Model" />
19+
![Beman Flow Model](../images/beman_flow-beman_library_maturity_model.png)
1620

1721
### Under development and not yet ready for production use.
18-
<img src="../logos/beman_logo-beman_library_under_development.png" style={{ width: '5%', height: 'auto' }} alt="Beman Library Under Development" /> These libraries may deviate from the Beman Standard due to incompleteness, lack of testing, inconsistencies with the specification, or other non-conformances.
22+
<img src={beman_library_under_development} style={{ width: '5%', height: 'auto' }} alt="Beman Library Under Development" /> These libraries may deviate from the Beman Standard due to incompleteness, lack of testing, inconsistencies with the specification, or other non-conformances.
1923

2024
> They are not recommended for production usage!
2125
2226
### Production ready. API may undergo changes.
23-
<img src="../logos/beman_logo-beman_library_production_ready_api_may_undergo_changes.png" style={{ width: '5%', height: 'auto' }} alt="Beman Library Production Ready API May Undergo Changes" /> These Beman-compliant libraries are production-ready, fully implementing the target paper with complete testing and documentation. Users should be aware that future API changes are possible and that standardization is not guaranteed.
27+
<img src={beman_library_production_ready_api_may_undergo_changes} style={{ width: '5%', height: 'auto' }} alt="Beman Library Production Ready API May Undergo Changes" /> These Beman-compliant libraries are production-ready, fully implementing the target paper with complete testing and documentation. Users should be aware that future API changes are possible and that standardization is not guaranteed.
2428

2529
> These libraries are recommended for production usage.
2630
2731
### Production ready. Stable API.
28-
<img src="../logos/beman_logo-beman_library_production_ready_stable_api.png" style={{ width: '5%', height: 'auto' }} alt="Beman Library Production Ready Stable API" /> These production-ready libraries offer stable, standardized APIs. They are part of the C++ Standard and can be used as a polyfill for compilers lacking native support. Note that these libraries will be retired after two standardization cycles (6 years).
32+
<img src={beman_library_production_ready_stable_api} style={{ width: '5%', height: 'auto' }} alt="Beman Library Production Ready Stable API" /> These production-ready libraries offer stable, standardized APIs. They are part of the C++ Standard and can be used as a polyfill for compilers lacking native support. Note that these libraries will be retired after two standardization cycles (6 years).
2933

3034
> These libraries are recommended for production usage.
3135
3236
### Retired. No longer maintained or actively developed.
33-
<img src="../logos/beman_logo-beman_library_retired.png" style={{ width: '5%', height: 'auto' }} alt="Beman Library Retired" /> These libraries were archived and no longer maintained. These libraries are not recommended for production use.
37+
<img src={beman_library_retired} style={{ width: '5%', height: 'auto' }} alt="Beman Library Retired" /> These libraries were archived and no longer maintained. These libraries are not recommended for production use.
3438

3539
> These libraries are not recommended for production use!
3640
> These libraries were removed from the Beman main distribution, but the initial authors could still support them outside the Beman Project.

docs/BEMAN_STANDARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Complete examples can be found in [https://github.com/bemanproject/exemplar/rele
174174

175175
Here is snapshot of notes for a particular release in `exemplar`:
176176

177-
<img src="../release-notes-examples.png"/>
177+
![](../images/release-notes-examples.png)
178178

179179

180180
## Top-level

0 commit comments

Comments
 (0)