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

Add peace presentation. #199

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
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
41 changes: 41 additions & 0 deletions doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,47 @@
- [Challenges](learning_material/dot_ix_diagram_generator/solution/challenges.md)
- [What's Next](learning_material/dot_ix_diagram_generator/whats_next.md)
- [Q & A](learning_material/dot_ix_diagram_generator/qna.md)
- [Peace: Zero Stress Automation](learning_material/peace_zero_stress_automation.md)
- [🕊️ Peace Framework](learning_material/peace_zero_stress_automation/peace_framework.md)
- [🐉 Origin Story](learning_material/peace_zero_stress_automation/origin_story.md)
- [Manual Deployment](learning_material/peace_zero_stress_automation/origin_story/manual_deployment.md)
- [Automation](learning_material/peace_zero_stress_automation/origin_story/automation.md)
- [Engineering Eyes](learning_material/peace_zero_stress_automation/origin_story/engineering_eyes.md)
- [Engineering Success](learning_material/peace_zero_stress_automation/origin_story/engineering_success.md)
- [Automation (For Real)](learning_material/peace_zero_stress_automation/origin_story/automation_for_real.md)
- [Human Eyes](learning_material/peace_zero_stress_automation/origin_story/human_eyes.md)
- [🏗️ envman (example tool)](learning_material/peace_zero_stress_automation/envman_example_tool.md)
- [💡 Understandability](learning_material/peace_zero_stress_automation/understandability.md)
- [Demo](learning_material/peace_zero_stress_automation/understandability/demo.md)
- [Goldilocks Principle](learning_material/peace_zero_stress_automation/understandability/goldilocks_principle.md)
- [🎮 Control](learning_material/peace_zero_stress_automation/control.md)
- [Minimal Control](learning_material/peace_zero_stress_automation/control/minimal_control.md)
- [Discovery](learning_material/peace_zero_stress_automation/control/discovery.md)
- [Interruption](learning_material/peace_zero_stress_automation/control/interruption.md)
- [Demo](learning_material/peace_zero_stress_automation/control/demo.md)
- [💟 Morale](learning_material/peace_zero_stress_automation/morale.md)
- [Aesthetics: Outcome](learning_material/peace_zero_stress_automation/morale/aesthetics_outcome.md)
- [Aesthetics: Progress](learning_material/peace_zero_stress_automation/morale/aesthetics_progress.md)
- [Aesthetics: Errors](learning_material/peace_zero_stress_automation/morale/aesthetics_errors.md)
- [Automation Clarified](learning_material/peace_zero_stress_automation/morale/automation_clarified.md)
- [⚙️ How Does It Work](learning_material/peace_zero_stress_automation/how_does_it_work.md)
- [🏭 Architecture](learning_material/peace_zero_stress_automation/architecture.md)
- [Components](learning_material/peace_zero_stress_automation/architecture/components.md)
- [Item](learning_material/peace_zero_stress_automation/architecture/item.md)
- [Item Implementations](learning_material/peace_zero_stress_automation/architecture/item_implementations.md)
- [Flow](learning_material/peace_zero_stress_automation/architecture/flow.md)
- [Commands](learning_material/peace_zero_stress_automation/architecture/commands.md)
- [Item Parameters](learning_material/peace_zero_stress_automation/architecture/item_parameters.md)
- [Tool](learning_material/peace_zero_stress_automation/architecture/tool.md)
<!-- - [Rationale](learning_material/peace_zero_stress_automation/architecture/rationale.md) -->
- [🪆 Side-Side Projects](learning_material/peace_zero_stress_automation/side_side_projects.md)
- [🛑 Interruptible](learning_material/peace_zero_stress_automation/side_side_projects/interruptible.md)
- [🎨 Dot IX](learning_material/peace_zero_stress_automation/side_side_projects/dot_ix.md)
- [🦖 Project Status](learning_material/peace_zero_stress_automation/project_status.md)
- [Readiness](learning_material/peace_zero_stress_automation/project_status/readiness.md)
- [🔗 Links](learning_material/peace_zero_stress_automation/links.md)
- [🙇‍♂️ Thank You](learning_material/peace_zero_stress_automation/thank_you.md)
- [❓ Q & A](learning_material/peace_zero_stress_automation/qna.md)
- [Ideas](ideas.md)
- [Feature Gated Incremental Functionality](ideas/feature_gated_incremental_functionality.md)
- [Licenses](licenses.html)
4 changes: 4 additions & 0 deletions doc/src/css/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
border-radius: 4px;
color: #dddddd;
font-size: 0.8em;
overflow-x: scroll;
overflow-y: scroll;
text-overflow: ellipsis;
max-height: 15.0em;
}

/* prompt arrow */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
alt="Peace logo"
/><br/>
<p class="presentation_card_label">Peace</p>
<p class="presentation_card_description">Constraints and<br/>common functionality</p>
<p class="presentation_card_description">Constraints and<br/>Common functionality</p>
</div>
<div class="presentation_card">
<span class="presentation_card_symbol">+</span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Command Invocation

<!-- -->

```dot process
digraph {
graph [
Expand Down
Loading
Loading