Skip to content

Commit

Permalink
Change doc layout to page bundles.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (CC/EMT2) <[email protected]>
  • Loading branch information
timrulebosch committed Oct 23, 2023
1 parent 199cc4f commit f4ddc57
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/content/apis/modelc/model/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ SignalVector (pointer to NULL terminated list)
#### Example


{{< readfile file="examples/model_sv_create.c" code="true" lang="c" >}}
{{< readfile file="../examples/model_sv_create.c" code="true" lang="c" >}}



Expand Down
2 changes: 1 addition & 1 deletion doc/content/apis/modelc/schema/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ searched in the order they were parsed (i.e. listed order at the CLI).
#### Example


{{< readfile file="examples/schema_object_search.c" code="true" lang="c" >}}
{{< readfile file="../examples/schema_object_search.c" code="true" lang="c" >}}

#### Parameters

Expand Down
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Gateway Model"
linkTitle: "Gateway Model"
title: "Gateway Models"
linkTitle: "Gateway"
weight: 1040
tags:
- ModelC
- Architecture
github_repo: "https://github.com/boschglobal/dse.modelc"
github_subdir: "doc/content/architecture"
path_base_for_github_subdir: "content/reference/architecture/"
github_subdir: "doc/content/docs/arch/gateway"
path_base_for_github_subdir: "content/docs/arch/gateway/"
---

## Synopsis
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Signal Vectors"
linkTitle: "Signal Vectors"
linkTitle: "Signals"
weight: 1020
tags:
- ModelC
- Architecture
github_repo: "https://github.com/boschglobal/dse.modelc"
github_subdir: "doc/content/architecture"
path_base_for_github_subdir: "content/reference/architecture/"
github_subdir: "doc/content/docs/arch/signalvector"
path_base_for_github_subdir: "content/docs/arch/signalvector/"
---

## Synopsis
Expand Down
2 changes: 1 addition & 1 deletion dse/modelc/model/schema.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ searched in the order they were parsed (i.e. listed order at the CLI).
Example
-------
{{< readfile file="examples/schema_object_search.c" code="true" lang="c" >}}
{{< readfile file="../examples/schema_object_search.c" code="true" lang="c" >}}
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion dse/modelc/model/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ SignalVector (pointer to NULL terminated list)
Example
-------
{{< readfile file="examples/model_sv_create.c" code="true" lang="c" >}}
{{< readfile file="../examples/model_sv_create.c" code="true" lang="c" >}}
*/
SignalVector* model_sv_create(ModelInstanceSpec* mi)
Expand Down

0 comments on commit f4ddc57

Please sign in to comment.