File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Website - Site Map
2
+
3
+ As we move to use a consolidated Ember app for the website, we intend for the URLs to appropriately reflect the data heirarchy.
4
+
5
+ ```
6
+ ├── INDEX (home)
7
+ ├── DOCS
8
+ | ├── Ember.js Guides
9
+ | ├── ember-cli Guides
10
+ | ├── (ember-data guides)
11
+ | ├── Ember.js API
12
+ | ├── (ember-cli API)
13
+ | ├── (ember-data API)
14
+ | └── Learn Ember
15
+ | ├── Quick Start
16
+ | └── Tutorials
17
+ ├── RELEASES
18
+ | ├── Channels
19
+ | | ├── stable
20
+ | | ├── beta
21
+ | | └── canary
22
+ | ├── Deprecations
23
+ | | ├── ember/:version/:deprecation-id
24
+ | | ├── ember-cli/:version/:deprecation-id
25
+ | | └── ember-data/:version/:deprecation-id
26
+ | └── Status Board
27
+ ├── BLOG
28
+ ├── COMMUNITY
29
+ | ├── The Ember.js Community
30
+ | ├── Guidelines
31
+ | ├── Contribute (GitHub)
32
+ | ├── Help Wanted
33
+ | ├── Meetups
34
+ | | ├── getting started
35
+ | | └── resources & assets
36
+ | ├── Job Board
37
+ | ├── EmberConf
38
+ | └── Annual Community Survey
39
+ | └── :year
40
+ ├── ABOUT
41
+ | ├── The Team
42
+ | ├── Ember Doctrine
43
+ | ├── Branding
44
+ | ├── Mascots
45
+ | | ├── FAQ
46
+ | | └── Commission (workflow)
47
+ | ├── Who Uses Ember
48
+ | ├── Sponsors
49
+ | ├── Legal
50
+ | └── Security
51
+ └── 404
52
+ ```
53
+
54
+ ## Changes & Updates
55
+
56
+ Major changes to this site structure should require an RFC.
You can’t perform that action at this time.
0 commit comments