Skip to content

Commit

Permalink
Remove obsolete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akim Mamedov committed Feb 7, 2024
1 parent 5200024 commit 30c5ae0
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 535 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,25 @@ Run the command below. The command will create `js-example` folder with the stru
fluence init -t ts --env kras js-example
```

Then go to newly created folder
Time to check out the new project scaffold:

```bash
.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── fluence.yaml
└── src
├── aqua
│ └── main.aqua
└── frontend
├── index.html
├── package.json
├── src
└── tsconfig.json
```

You can ignore other folders which ain't listed in the structure above. They're not important for this tutorial.

```sh
cd ./js-example
Expand All @@ -34,7 +52,7 @@ To start your frontend project in dev mode, run `npm run dev`.

### Setting up for Node.js

If you want to run JS client in Node.js:
If you want to run JS client in Node.js, you need to do some editing in frontend folder:
- Remove `index.html` file from `src/frontend` folder
- Run `npm remove vite` in `src/frontend` folder.
- Remove vite specific scripts from `package.json`
Expand Down
90 changes: 0 additions & 90 deletions docs/build-mvm/tutorials/event_handling_in_js.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Marine JS (experimental)
# Extending Fluence functions (experimental)

> This section is experimental as the API is not stable and probably will change.
Expand Down
6 changes: 0 additions & 6 deletions docs/build/tutorials/event-handling/11-internals.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs/build/tutorials/event-handling/6-call-functions.md

This file was deleted.

167 changes: 0 additions & 167 deletions docs/build/tutorials/event-handling/7-register-services.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/build/tutorials/event-handling/8-call-params.md

This file was deleted.

Loading

0 comments on commit 30c5ae0

Please sign in to comment.