Skip to content

Commit 9daa41e

Browse files
author
hg-anssi
committed
remove files numbering
1 parent 686c7a5 commit 9daa41e

34 files changed

+32
-32
lines changed

src/en/SUMMARY.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Summary
22

3-
[Introduction](01_introduction.md)
3+
[Introduction](introduction.md)
44

55
# Lifecycle
66

7-
- [Development environment](02_devenv.md)
8-
- [Libraries](03_libraries.md)
7+
- [Development environment](devenv.md)
8+
- [Libraries](libraries.md)
99

1010
# Language
1111

12-
- [Language guarantees](05_guarantees.md)
13-
- [Naming](05_naming.md)
14-
<!-- - [Macros](05_macros.md) -->
15-
- [Integer operations](05_integer.md)
16-
- [Error handling](05_errors.md)
17-
<!-- - [Type system](05_typesystem.md) -->
18-
- [Central traits](05_central_traits.md)
19-
- [Unsafe Rust](06_unsafe.md)
20-
- [Generalities](06_1_unsafe_generalities.md)
21-
- [Memory management](06_2_unsafe_memory.md)
22-
- [Foreign Function Interface](06_3_unsafe_ffi.md)
12+
- [Language guarantees](guarantees.md)
13+
- [Naming](naming.md)
14+
<!-- - [Macros](macros.md) -->
15+
- [Integer operations](integer.md)
16+
- [Error handling](errors.md)
17+
<!-- - [Type system](typesystem.md) -->
18+
- [Central traits](central_traits.md)
19+
- [Unsafe Rust](unsafe.md)
20+
- [Generalities](unsafe_generalities.md)
21+
- [Memory management](unsafe_memory.md)
22+
- [Foreign Function Interface](unsafe_ffi.md)
2323

2424
# Ecosystem
2525

26-
- [Standard library](04_standard.md)
26+
- [Standard library](standard.md)
2727

2828
[Licence](LICENCE.md)
2929

30-
<!-- TODO - [Test and fuzzing](08_testfuzz.md) -->
30+
<!-- TODO - [Test and fuzzing](testfuzz.md) -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)