Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Nov 14, 2023
1 parent d96c266 commit cb8df8f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 169 deletions.
169 changes: 0 additions & 169 deletions docs/effective-gno.md

This file was deleted.

25 changes: 25 additions & 0 deletions docs/how-to-guides/effective-gno.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: effective-gno
---

# Effective Gno

This document provides advice and guidelines for writing effective Gno code.

First, Gno shares many similarities with Go. Therefore, please read ["Effective Go"](https://go.dev/doc/effective_go) first.

## Where effective Gno is not like Go

...

## Good Gno Patterns

...

## Bad Gno Patterns

...

## General Mantra

...
1 change: 1 addition & 0 deletions misc/docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const sidebars = {
type: 'category',
label: 'How-to Guides',
items: [
'how-to-guides/effective-gno',
'how-to-guides/simple-contract',
'how-to-guides/simple-library',
'how-to-guides/testing-gno',
Expand Down

0 comments on commit cb8df8f

Please sign in to comment.