Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
37 lines (23 loc) · 810 Bytes

File metadata and controls

37 lines (23 loc) · 810 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Authoring

This describes important stuff about authoring new articles of the tutorial.

Internal links

All tutorial links should start from the root, not including the domain.

✅ OK:

We'll cover that in the chapter [about functions](/function-basics)

❌ Not ok:

We'll cover that in the chapter [about functions](https://javascript.info/function-basics)

Also, to reference a chapter, there's a special "info:" scheme, like this:

We'll cover that in the chapter <info:function-basics>.

Becomes:

We'll cover that in the chapter <a href="/function-basics">Function basics</a>.

The title is auto-inserted from the referenced article. That has the benefit of keeping the right title if the article gets renamed.

TODO

Ask @iliakan to for more details.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.