Skip to content

Commit b3e84a8

Browse files
committed
update docs
1 parent 8f0cc1e commit b3e84a8

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

book/src/SUMMARY.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@
1010
- [Basic NodeSet Environment](./framework/basic_environment.md)
1111
- [CLI](./framework/cli.md)
1212
- [Configuration](./framework/configuration.md)
13-
- [Observability Stack](framework/observability_stack.md)
13+
- [Secrets]()
14+
- [Observability Stack](framework/observability/observability_stack.md)
1415
- [Metrics]()
15-
- [Logs](framework/logs.md)
16-
- [Profiling](framework/profiling.md)
16+
- [Logs](framework/observability/logs.md)
17+
- [Profiling](framework/observability/profiling.md)
1718
- [Traces]()
1819
- [Debugger]()
1920
- [Components](framework/components/overview.md)
2021
- [Blockchains](framework/components/blockchains/overview.md)
2122
- [Anvil](framework/components/blockchains/anvil.md)
22-
- [Secrets](./secrets.md)
23+
- [Chainlink]()
24+
- [Node]()
25+
- [NodeSet]()
26+
- [SharedNodeSet]()
2327
- [Libraries](./libraries.md)
2428
- [Seth](./libs/seth.md)
2529
- [WASP](./libs/wasp.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.

book/src/framework/profiling.md renamed to book/src/framework/observability/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
We are using [Pyroscope]() for profiling.
44

55
Go to [localhost:4040](http://localhost:4040) and choose Chainlink application
6-
![img.png](images/profiling.png)
6+
![img.png](../images/profiling.png)

0 commit comments

Comments
 (0)