From 45440171e0b4935a8b967b46b8c4e50630fbb652 Mon Sep 17 00:00:00 2001 From: Michael Basil Date: Mon, 20 May 2024 10:58:44 -0500 Subject: [PATCH] refactor: Aim to Mission --- docs/Orientation-Request.md | 4 ++-- docs/_config.yml | 5 ----- docs/_data/domains/Agile.yaml | 4 ++-- docs/_data/domains/Mindset.yaml | 4 ++-- docs/_layouts/domain.html | 10 +++++----- docs/index.md | 2 +- 6 files changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/Orientation-Request.md b/docs/Orientation-Request.md index f3e10ae..d009a6e 100644 --- a/docs/Orientation-Request.md +++ b/docs/Orientation-Request.md @@ -33,11 +33,11 @@ At the top of page, you will see a drop down for Domains. We recommend Mindset a *How do you read the content?* -Intersect with the Aim section of a domain first. Then reflect on the Motivation statements. Review the Guidance instructions. Keep note of the associated Community Circles for dialog to progress. Under each belt level, you will see a list of resources and exercises for practice aligned for an eventual belt claim. There are also time estimates to help you plan however it could take you more or less time to complete each step. +Intersect with the Mission section of a domain first. Then reflect on the Principle statements. Review the Guidance instructions. Keep note of the associated Community Circles for dialog to progress. Under each belt level, you will see a list of resources and exercises for practice aligned for an eventual belt claim. There are also time estimates to help you plan however it could take you more or less time to complete each step. *How to navigate the site?* -Across the top of the Dojo, you will see a navigation bar. The first drop down is Domains. From here, you will see the available domains of learning that you can progress through to level up through green, red, and black level. When you enter a domain, you'll find a description of the aim and motivation for the domain, links to communities you can join and engage with, and a list of activities and learning material you'll need to complete in order to submit for a belt. You will also find estimated durations for each section to help you plan an appropriate amount of time. +Across the top of the Dojo, you will see a navigation bar. The first drop down is Domains. From here, you will see the available domains of learning that you can progress through to level up through green, red, and black level. When you enter a domain, you'll find a description of the mission and principles for the domain, links to communities you can join and engage with, and a list of activities and learning material you'll need to complete in order to submit for a belt. You will also find estimated durations for each section to help you plan an appropriate amount of time. *Do I have to buy the books and movies I see in the learning channels?* diff --git a/docs/_config.yml b/docs/_config.yml index 6d393c8..f6fd468 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -48,14 +48,9 @@ beltLevels: - 'Belt Claim - Demonstrate scaled action illustrating benefit for your home group' learningGuidance: - - Each learning path is unique and not required to be linear - Explore the concepts and exercises below - Summarize the key points in writing at each step and circle back as you progress - Have dialog with peers to test and deepen understanding - - Completeness is less important than Relevance to each individual situation - - Alternative exercises are encouraged - - If already seasoned in the domain, make a belt claim appropriately - - Improvements through Pull Requests are the preferred form of critique domains: - Mindset diff --git a/docs/_data/domains/Agile.yaml b/docs/_data/domains/Agile.yaml index e6c0467..7bd92b6 100644 --- a/docs/_data/domains/Agile.yaml +++ b/docs/_data/domains/Agile.yaml @@ -1,7 +1,7 @@ --- label: Agile -aim: Influence the formation of empowered, self-organizing teams -motivation: +mission: Influence the formation of empowered, self-organizing teams +principles: - label: Individuals and interactions over processes and tools - label: Working software over comprehensive documentation - label: Customer collaboration over contract negotiation diff --git a/docs/_data/domains/Mindset.yaml b/docs/_data/domains/Mindset.yaml index 87eb0ff..8b6a1de 100644 --- a/docs/_data/domains/Mindset.yaml +++ b/docs/_data/domains/Mindset.yaml @@ -1,7 +1,7 @@ --- label: Mindset -aim: Embrace change with compassionate curiosity -motivation: +mission: Embrace change with compassionate curiosity +principles: - label: Repetition reshapes reflex - label: Feelings are not the answer, rather the question - label: Conflict is not a problem; it is a process diff --git a/docs/_layouts/domain.html b/docs/_layouts/domain.html index bbd5404..9e4bd1b 100644 --- a/docs/_layouts/domain.html +++ b/docs/_layouts/domain.html @@ -7,16 +7,16 @@ {% if domain.label == page.title %}
-
Aim
+
Mission
-

{{domain.aim}}

+

{{domain.mission}}


-
Motivation
+
Principles
- {% for motivation in domain.motivation %} -

{{motivation.label}}

+ {% for principle in domain.principle %} +

{{principle.label}}

{% endfor %}

diff --git a/docs/index.md b/docs/index.md index 4bc66c0..13f32bf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,7 +35,7 @@ {% assign domainInfo = site.data.domains | where: "label",domain %}
  • {{ domain }}

    -

    {{ domainInfo[0]["aim"]}}

    +

    {{ domainInfo[0]["mission"]}}

  • {% endfor %}