Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a small note about difficulty levels #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions docs/Insights-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ The levels should be specified in the following format:

- beginner



## **Type [M]**

Because games are fundamentally insights as well, this field is used to differentiate the type of game.
Expand Down Expand Up @@ -246,7 +244,27 @@ Tags are specified by a simple list such as:
- polyfill

- another-tag

Tags are also used to contain the new difficulty structure replacement:

**Introduction**
If you are being introduced to the topic for the first time

**New**

Recently added/gained traction feature

**Workout**

Theory put into practice, a thinking exercise, problem sets

**Deep**

Several workouts are required in order to understand this insight, theoretical or complex topics and questions

**Obscura**

Stories, obscure details

## **Notes**

Expand All @@ -257,8 +275,6 @@ Simply add:

notes: 'here is my note'



## **Parent**

This is an optional field used to express **weak** parent-child relationships between **insights**.
Expand Down