Skip to content

Commit

Permalink
Merge pull request #91 from NillionNetwork/chore/info-awesome-projects
Browse files Browse the repository at this point in the history
chore: showcase info
  • Loading branch information
crypblizz8 authored Sep 5, 2024
2 parents 992993b + 5ec6eb2 commit 160f5d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';

</TabItem>

<TabItem value="windows-guide" label="Windows" default>
<TabItem value="windows-guide" label="Windows">
## 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.
Expand Down Expand Up @@ -62,15 +62,19 @@ import TabItem from '@theme/TabItem';

:::

<div className="divider"/>
### Installation


<SdkInstallation />


🎉 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
```


</TabItem>

</Tabs>
4 changes: 4 additions & 0 deletions docs/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<ProjectsTable/>
Expand Down
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 160f5d4

Please sign in to comment.