@@ -13,6 +13,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
([ #1236 ] ( https://github.com/o1-labs/openmina/pull/1236 ) , fix
14
14
[ #1158 ] ( https://github.com/o1-labs/openmina/issues/1158 ) )
15
15
16
+ ### Added
17
+
18
+ - ** Documentation** : Complete Docusaurus-based documentation website with
19
+ comprehensive guides for node runners, developers, and researchers
20
+ ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) ). It migrates all the
21
+ documentation from ` docs ` to ` website/docs ` . It includes SEO metadata and
22
+ social media integration.
23
+ - ** Documentation** : Developer getting-started guide with automated setup
24
+ scripts for system dependencies, Rust toolchain, Node.js, Docker, and WASM
25
+ tools. This is run nightly and on-demand via PR labels to avoid blocking
26
+ development workflow. ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) ).
27
+ - ** Development Tools** : Enhanced formatting infrastructure with MDX file
28
+ support and trailing whitespace management
29
+ ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) )
30
+
31
+ ### Changed
32
+
33
+ - ** Build System** : Enhanced Makefile with documentation-related targets and comprehensive formatting commands ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) )
34
+
35
+ ### Fixed
36
+
37
+ - ** Documentation** : Resolved broken links and bare URL warnings in Rust
38
+ documentation ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) )
39
+ - ** Build System** : Fixed SQLx compilation errors in lint workflow
40
+ ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) )
41
+ - ** Formatting** : Standardized markdown and MDX files to 80-character line
42
+ wrapping ([ #1234 ] ( https://github.com/o1-labs/openmina/pull/1234 ) )
43
+
16
44
### Dependencies
17
45
18
46
- bump proc-macro2 from 1.0.93 to 1.0.95
0 commit comments