diff --git a/docs/installation.md b/docs/installation.md index e7177d4..9b4412a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem'; - + ## Windows Guide Today Nillion SDK binaries are available for Mac and Linux. In order to install Nillion on a Windows machine, you'll need to first complete a 5 minute WSL developer environment setup. Follow the steps below to install WSL, set up your WSL developer environment, and install and use Nillion Linux binaries from a Windows machine. @@ -62,15 +62,19 @@ import TabItem from '@theme/TabItem'; ::: +
+ ### Installation + + + 🎉 Great work! You've set up a WSL environment and installed Nillion within that environment. Before running a nillion command like `nillion-devnet`, `nada`, or `pynadac` make sure you are in a WSL environment by first running ubuntu: ``` ubuntu ``` - diff --git a/docs/showcase.md b/docs/showcase.md index 6727f33..dc804bc 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -2,6 +2,10 @@ import ProjectsTable from '@site/src/components/ProjectsTable/index'; # Awesome Projects +:::info +Some showcase examples use older Nillion SDK versions. For the latest code and approaches, refer to the [Javascript](./js-quickstart) + [Python](./python-client) Clients. +::: + A showcase of open source projects built on Nillion by the community diff --git a/src/css/custom.css b/src/css/custom.css index 07da8c1..1e3f739 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -98,3 +98,10 @@ h4 { [data-theme='dark'] .sidebar-title { border-bottom: solid rgb(96, 103, 112) 1px; } + +.divider { + width: 100%; + height: 1px; + background-color: #ccc; + margin: 20px 0; +}