Skip to content

Commit 4099e50

Browse files
committed
remove redundant page titles
1 parent 2060ec9 commit 4099e50

File tree

11 files changed

+8
-362
lines changed

11 files changed

+8
-362
lines changed

guides/advanced-use/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Advanced use
2-
31
This section of the CLI Guides describes how to make custom configurations to the app's build behavior, testing, and more.
42
Ember is designed for a zero config experience for most users, but it was also designed to be extensible. Think of it as configuration without confusion.
53

guides/api-documentation/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Ember CLI API Documentation
2-
31
The API docs for Ember CLI are mainly for addon authors, advanced Ember app developers, and contributors to the CLI itself.
42

53
## [https://ember-cli.com/api/](https://ember-cli.com/api/)

guides/basic-use/cli-commands.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# CLI Commands
2-
31
In their day to day work, most Ember developers use only a small number of CLI commands.
42
We'll cover them here, along with a quick tutorial of how to use the `--help` option.
53

guides/basic-use/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Installing and upgrading the CLI
2-
31
## Prerequisites
42

53
* [npm](https://www.npmjs.com/get-npm) or [yarn](https://yarnpkg.com/en/docs/install)

guides/basic-use/using-addons.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Using addons
2-
31
Check out [Ember Observer](https://www.emberobserver.com/) to see what kinds of npm libraries are ready-made for your app!
42

53
The modern web developer has an incredible selection of open source code that they can use through the npm ecosystem, plus great tools for writing their own modules. Ember developers are free to use regular npm packages in their apps, but there are also thousands of packages that are made specifically for the Ember ecosystem. We call such packages "addons."
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Using npm packages
2-
31
<!--Help Wanted-->
42
<!--should cover ember-auto-import, importing from node modules, etc-->

guides/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# The Ember CLI
2-
31
The Ember CLI (command line interface) is the official way to create, build, test, and serve the files that make up an Ember.js app or addon.
42
Many things have to happen before for any web app is ready for the browser, and the Ember CLI helps you get there with zero configuration.
53

guides/pages.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- title: 'Introduction'
22
url: 'index'
3-
skip_toc: true
43
pages:
54
- title: "The Ember CLI"
65
url: ""
@@ -30,5 +29,11 @@
3029
- title: 'Advanced use'
3130
url: 'advanced-use'
3231
pages:
33-
- title: 'Advanced'
32+
- title: 'Overview'
33+
url: 'index'
34+
35+
- title: 'API Documentation'
36+
url: 'api-documentation'
37+
pages:
38+
- title: 'Overview'
3439
url: 'index'

guides/writing-addons/index.md

Lines changed: 1 addition & 342 deletions
Large diffs are not rendered by default.

guides/writing-addons/testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# Testing an addon
2-
31
<!-- Help Wanted -->

guides/writing-addons/tutorial-addon-components.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Tutorial: addon components
2-
31
This tutorial will cover how to make a component addon from start to finish, including:
42
- generating the files
53
- adding stylesheets that other apps can use

0 commit comments

Comments
 (0)