Skip to content

Commit

Permalink
Prettier website and enabled iframe in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Giaccomole committed Dec 18, 2024
1 parent 02e4129 commit 65f6230
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs-gen/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ weight = 12
# Generation of JSON index to allow search
[outputs]
home = ['html', 'rss', 'search', 'searchpage']

# So that raw HTML content is enabled in Hugo project

[markup.goldmark.renderer]
unsafe = true
24 changes: 17 additions & 7 deletions docs-gen/content/introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,46 @@ weight: 10
chapter: false
---

Discover what the Vehicle Signal Specification is all about.

## VSS Tree Model

Here you can see a mapping for the current catalog of signals related to vehicles. Click a red node to expand or collapse the tree. (Slower animation while pressing the altKey ("option" key for Mac OS-X).)
The diagram below shows a generated tree of the VSS. Here you can see a mapping for the current catalog of signals related to vehicles. Click a Branch Node to expand or collapse the tree. (Slower animation while pressing the altKey ("option" key for Mac OS-X).)


<iframe width="100%" height="1236" frameborder="0"
src="https://observablehq.com/embed/89f3bb8ec2d89d0c@566?cells=chart"></iframe>


---
## VSS Statistics
## Current VSS Statistics
---

<div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
<img src="/vehicle_signal_specification/images/types_6.png" alt="Types"
<img src="/vehicle_signal_specification/images/types_donut_chart.png" alt="Types"
style="height: 300px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
<img src="/vehicle_signal_specification/images/datatypes_2.png" alt="Datatypes"
style="height: 300px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
<img src="/vehicle_signal_specification/images/Stacked types and releases.png" alt="Datatypes"
style="height: 300px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">

</div>

---
## Current Populations of Branches in respect to VSS Classes
## Current Population of the model - in respect to VSS Types and Datatypes
---
<iframe width="100%" height="627" frameborder="0"
src="https://observablehq.com/embed/f10d980c536f7e97@115?cells=viewof+dataset%2Cchart"></iframe>

Click on the nodes to highlight the links, or hover over the links to see their exact population.

<iframe width="100%" height="804" frameborder="0"
src="https://observablehq.com/embed/f5457d4b7e9e8f17@392?cells=chart"></iframe>

## Releases and types

<iframe width="100%" height="627" frameborder="0"
src="https://observablehq.com/embed/f10d980c536f7e97@115?cells=viewof+dataset%2Cchart"></iframe>

## VSS Structure with type hierarchy

Shows the population of each feature of interest, filtered into VSS Types
<iframe width="100%" height="1977" frameborder="0"
src="https://observablehq.com/embed/7e229f463808a79d?cells=chart"></iframe>
Binary file added docs/images/Stacked types and release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Stacked types and releases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/fav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/include_directives.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/instance_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/instance_tree_expand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/multi_target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overlay.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/spec_file_reuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/taxonomies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/types_donut_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65f6230

Please sign in to comment.