Skip to content

Commit

Permalink
Fixing navbar and home button @piconem
Browse files Browse the repository at this point in the history
  • Loading branch information
samubura committed Feb 9, 2024
1 parent ab5a164 commit 0ff2fe6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/development/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

[[main]]
name = "Documentation"
url = "/docs/guides/example-guide/"
url = "/docs/introduction/library-structure-basic-concepts/"
# url = "/docs/1.0/prologue/introduction/"
weight = 10

Expand Down
2 changes: 1 addition & 1 deletion config/production/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

[[main]]
name = "Documentation"
url = "/docs/guides/example-guide/"
url = "/docs/introduction/library-structure-basic-concepts/"
# url = "/docs/1.0/prologue/introduction/"
weight = 10

Expand Down
4 changes: 2 additions & 2 deletions content/docs/introduction/dt-life-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ by the application layer.
- **Done**: this is the state that the DT reaches when the shadowing process is stopped,
but the DT continues to be active to handle requests coming from external applications.

#### From Unbound to Bound
## From Unbound to Bound

Taking into account the target reference Life Cycle the first point to address is how we can move from an `UnBound` state
to a `Bound` condition with respect to the relationship with the Physical Layer.
Expand Down Expand Up @@ -66,7 +66,7 @@ and its capabilities to read data and execute actions
- It is a responsibility of the DT to handle multiple descriptions in order to build the digital replica
- It will be used by the DT to handle the shadowing process and keep the digital replica synchronized with the physical counterpart

#### From Bound to Shadowed
## From Bound to Shadowed

Following the same approach described in the previous step we need to define a procedure to allow the DT to move from a `Bound` state
to a `Shadowed` condition where the twin identified the interesting capabilities of the Physical Asset that has to be
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ other = "Get Started"
other = "Last updated on"

[on-this-page]
other = "Example Guide"
other = "Index"

[search_loading]
other = "Loading search index…"
Expand Down
2 changes: 1 addition & 1 deletion themes/my-doks-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>{{ .Title }}</h1>
<div class="row justify-content-center text-center">
<div class="col-lg-7">
<h2 class="mt-2">Start building with WLDT today</h2>
<a class="btn btn-primary rounded-pill px-4 my-2" href="/docs/{{ if site.Data.doks.docsVersioning }}{{ site.Data.doks.docsVersion }}/{{ end }}prologue/introduction/" role="button">{{ i18n "get-started" }}</a>
<a class="btn btn-primary rounded-pill px-4 my-2" href="/docs/{{ if site.Data.doks.docsVersioning }}{{ site.Data.doks.docsVersion }}{{ end }}/introduction/library-structure-basic-concepts/" role="button">{{ i18n "get-started" }}</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 0ff2fe6

Please sign in to comment.