diff --git a/docs/README.md b/docs/README.md index 9b3d0e5..b70d7b6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,7 @@ There are some installation requirements to be able to run it locally. 3. Install dependencies ```bash + cd docs/ bundle install ``` diff --git a/docs/assets/css/main.scss b/docs/assets/css/main.scss index 62a7aef..134350b 100644 --- a/docs/assets/css/main.scss +++ b/docs/assets/css/main.scss @@ -27,4 +27,4 @@ ul li, ol li { font-family: $monospace; font-size: 0.6rem; line-height: 1.8; -} \ No newline at end of file +} diff --git a/docs/index.markdown b/docs/index.markdown index 11e8c35..4471c48 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -26,7 +26,7 @@ feature_row: - image_path: assets/images/adobestock-196076777.jpeg alt: "Flexible & Extensible" title: "Flexible & Extensible" - excerpt: "

Achieve the dream of hardware abstraction via composition of building blocks with ROHD. ROHD comes with built-in abstractions for procedural behavior, finite state machines, pipelining, and more.

Use interfaces and unrestricted software to accelerate integration tasks. Dynamically create and connect module ports.

Kick-start development and use ROHD-HCL for pre-validated components for your design and testbench.

" + excerpt: "

Achieve the dream of hardware abstraction via composition of building blocks with ROHD. ROHD comes with built-in abstractions for procedural behavior, finite state machines, pipelining, and more.

Use interfaces and unrestricted software to accelerate integration tasks. Dynamically create and connect module ports.

Kick-start development and use ROHD-HCL for pre-validated components for your design and testbench.

" feature_row2: - image_path: assets/images/rohdvfdiagram1.png