Skip to content

Commit a010a77

Browse files
authored
Merge pull request #1 from ember-learn/feature/website-sitemap
added website sitemap
2 parents b80fcf2 + 027e513 commit a010a77

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

03_website_sitemap.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.

0 commit comments

Comments
 (0)