guides-source

This repository contains the Ember.js Guides

Github星跟蹤圖

Ember Guides Source Build Status

This repository contains the written content
for the Ember.js Guides.
Here, contributors can file issues and submit PRs to
help improve the learning experience of other developers.

Looking for repositories for the other parts of emberjs.com?
Check out
website,
ember-api-docs,
super-rentals tutorial,
statusboard,
deprecation-app,
and styleguide.

Contributing

Welcome and thanks for your help! Please see CONTRIBUTING.md
for detailed instructions on how to format your work and submit a Pull Request.
First-time contributors are encouraged to choose issues that are labeled
"help wanted" or "good for new contributors." If you have questions or
want a buddy to pair with, you can join the
dev-ember-learning channel
in the Ember Community Discord.

Project layout

The Guides content takes the form of Markdown files (just like most READMEs).
Each minor version of Ember has its own directory within /guides/.
Pull requests should make edits to only the contents of the guides/release directory,
which is the latest deployed version of the guides.
The exception is that PRs to fix broken links in older versions of the guides are ok.
On ember serve, the Markdown files are turned into HTML
to create an app. Most of the functionality comes from
guidemaker and
guidemaker-ember-template.
The styles come from ember-styleguide,
the shared home of components and stylesheets used throughout the family of
Ember sites.

Local Development

git clone git://github.com/ember-learn/guides-source.git

cd guides-source
npm install
ember serve

Visit http://localhost:4200

Running tests

Use npm to run tests instead of ember, since we have additional
tests like spellchecking that are not part of The Ember app's tests.

npm install
npm test

Linting and spellchecking

The guides are spellchecked and linted for Markdown consistency. You can test your contributions by running npm run lint:md. Linting and spellchecking must pass or they will fail in Travis-CI. See CONTRIBUTING.md for more information on linting and spellchecking.

主要指標

概覽
名稱與所有者ember-learn/guides-source
主編程語言HTML
編程語言JavaScript (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2017-09-29 23:27:33
推送於2025-08-01 19:56:07
最后一次提交2025-08-01 11:49:22
發布數32
最新版本名稱backup/fixing-toc-09-33-23 (發布於 2019-02-22 09:33:23)
第一版名稱v3.1 (發布於 )
用户参与
星數159
關注者數20
派生數516
提交數3.8k
已啟用問題?
問題數530
打開的問題數95
拉請求數1280
打開的拉請求數27
關閉的拉請求數284
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?