Skip to content

Commit b1e31cb

Browse files
authored
Clean start (0LNetworkCommunity#83)
* rename everything .todo until each file gets reviewed * landing text * docs start with doc file * update ci test.yaml * update test
1 parent 6788034 commit b1e31cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+104
-5
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Test deployment
22

33
on:
4-
pull_request:
4+
push:
55
branches: ["*"]
6+
pull_request:
7+
types:
8+
- opened
9+
- synchronize
10+
branches:
11+
- "main**"
612

713
jobs:
814
test-deploy:

docs/about.md

Lines changed: 93 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/first-steps.md renamed to docs/cli-tools/first-steps.todo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010

1111
## Introduction
1212

13-
Welcome to the 0L Libra Framework! This guide is designed to help you set up your development environment and introduce you to some common operations that are useful for interacting with the Libra blockchain. Whether you're a validator, core developer, or simply curious about Libra, this document will walk you through the initial steps to get you started 🚀
13+
This guide is designed to help you set up your development environment and introduce you to some common operations that are useful for interacting with the Libra blockchain. Whether you're a validator, core developer, or simply curious about Libra, this document will walk you through the initial steps to get you started 🚀
1414

1515
## Setup Environment Quick Start
1616

@@ -49,14 +49,14 @@ bash ./util/dev_setup.sh -tb
4949

5050
:::info
5151

52-
Once you have installed the required set of tools, make sure your shell has the access to the cargo binary.
52+
Once you have installed the required set of tools, make sure your shell has the access to the cargo binary.
5353
You can test this with:
5454

5555
``
5656
cargo --version
5757
``
5858

59-
If the cargo binary is not accessible from your shell, you may want to source your shell file.
59+
If the cargo binary is not accessible from your shell, you may want to source your shell file.
6060

6161
For e.g., For a bash shell you can run:
6262

File renamed without changes.

0 commit comments

Comments
 (0)