Skip to content

Commit fa5908e

Browse files
committed
update website
1 parent 7436eb9 commit fa5908e

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

SUMMARY.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@
33
- [👋🏽 Welcome](./README.md)
44
- [📜 Charter](./CHARTER.md)
55
- [🔮 The vision](./vision.md)
6-
- [🙋‍♀️ Cast of characters](./vision/characters.md)
7-
- [🔀 Skill Tree](./skill-tree.md)
8-
- [😱 Status quo](./vision/status_quo.md)
9-
- [Array defaults](./vision/status_quo/array_default.md)
10-
- [Array split first method](./vision/status_quo/split_first.md)
11-
- [✨ Shiny future](./vision/shiny_future.md)
12-
- [Array defaults](./vision/shiny_future/array_default.md)
13-
- [Array split first method](./vision/shiny_future/split_first.md)
14-
- [Image type in rust-gpu](./vision/shiny_future/image_type.md)
15-
- [📅 Roadmap for 2021](./vision/roadmap.md)
16-
- [❓How to vision doc](./vision/how_to_vision_doc.md)- [Meetings](./meetings/README.md)
6+
- [🙋‍♀️ Cast of characters](./vision/characters.md)
7+
- [🔀 Skill Tree](./skill-tree.md)
8+
- [😱 Status quo](./vision/status_quo.md)
9+
- [Array defaults](./vision/status_quo/array_default.md)
10+
- [Array split first method](./vision/status_quo/split_first.md)
11+
- [✨ Shiny future](./vision/shiny_future.md)
12+
- [Array defaults](./vision/shiny_future/array_default.md)
13+
- [Array split first method](./vision/shiny_future/split_first.md)
14+
- [Image type in rust-gpu](./vision/shiny_future/image_type.md)
15+
- [📅 Roadmap for 2021](./vision/roadmap.md)
16+
- [❓How to vision doc](./vision/how_to_vision_doc.md)
17+
- [🔍 Meetings](./meetings/README.md)
18+
- [📚 Design Documents](./design-docs/README.md)
19+
- [Anon const substs](./design-docs/anon-const-substs.md)
20+
- [Const eval requirements](./design-docs/const-eval-requirements.md)
21+
- [Generic const param types](./design-docs/generic-const-param-types.md)
1722
- [✏️ Draft RFCs](./draft-rfcs/README.md)
23+
s

design-docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Design documents
2+
3+
This folder contains implementation and design considerations about const generics.

meetings/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
This folder contains the minutes of all the recorded meetings that have happened
44
so far.
5+
6+
Check them out [on github](https://github.com/rust-lang/project-const-generics/tree/master/meetings).

vision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This section lays out a general vision and set of goals for Const Generics in Ru
1010

1111
## This is a group effort
1212

13-
As the leads of the Const Generics group, Niko and Lcnr are driving and organizing this document. But writing it and shaping it is a group effort. If you think there is a part of the const generics experience that is not reflected here, we want to hear from you! Check out the [How to vision doc] for more details on how to contribute.
13+
As the leads of the Const Generics group, Niko and lcnr are driving and organizing this document. But writing it and shaping it is a group effort. If you think there is a part of the const generics experience that is not reflected here, we want to hear from you! Check out the [How to vision doc] for more details on how to contribute.
1414

1515
[How to vision doc]: ./vision/how_to_vision_doc.md

0 commit comments

Comments
 (0)