Skip to content

Commit

Permalink
format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jan 9, 2024
1 parent 4d00b47 commit 166dd6f
Show file tree
Hide file tree
Showing 25 changed files with 429 additions and 432 deletions.
42 changes: 21 additions & 21 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,26 @@ nav:
- Introduction: index.md
- Getting Started: getting_started.md
- Basics:
- Aggregate: aggregate.md
- Events: events.md
- Repository: repository.md
- Store: store.md
- Event Bus: event_bus.md
- Processor: processor.md
- Projection: projection.md
- Aggregate: aggregate.md
- Events: events.md
- Repository: repository.md
- Store: store.md
- Event Bus: event_bus.md
- Processor: processor.md
- Projection: projection.md
- Advanced:
- Normalizer: normalizer.md
- Snapshots: snapshots.md
- Upcasting: upcasting.md
- Projectionist: projectionist.md
- Outbox: outbox.md
- Pipeline: pipeline.md
- Message Decorator: message_decorator.md
- Split Stream: split_stream.md
- Time / Clock: clock.md
- Normalizer: normalizer.md
- Snapshots: snapshots.md
- Upcasting: upcasting.md
- Projectionist: projectionist.md
- Outbox: outbox.md
- Pipeline: pipeline.md
- Message Decorator: message_decorator.md
- Split Stream: split_stream.md
- Time / Clock: clock.md
- Other / Tools:
- UUID: uuid.md
- CLI: cli.md
- Schema Migration: migration.md
- Watch Server: watch_server.md
- Tests: tests.md
- UUID: uuid.md
- CLI: cli.md
- Schema Migration: migration.md
- Watch Server: watch_server.md
- Tests: tests.md
21 changes: 11 additions & 10 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{% extends "base.html" %}

{% block extrahead %}
<meta name="description" content="{{ config.extra.meta.description }}">
<meta property="og:type" content="website">
<meta property="og:url" content="{{ config.site_url }}">
<meta property="og:title" content="{{ config.extra.meta.title }}">
<meta property="og:description" content="{{ config.extra.meta.description }}">
<meta property="og:image" content="{{ config.site_url }}{{ config.extra.meta.image }}">
{% endblock %}
{% extends "base.html" %} {% block extrahead %}
<meta name="description" content="{{ config.extra.meta.description }}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ config.site_url }}" />
<meta property="og:title" content="{{ config.extra.meta.title }}" />
<meta property="og:description" content="{{ config.extra.meta.description }}" />
<meta
property="og:image"
content="{{ config.site_url }}{{ config.extra.meta.image }}"
/>
{% endblock %}
Loading

0 comments on commit 166dd6f

Please sign in to comment.