You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Documentation is built using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
4
4
5
+
6
+
## dev containers
7
+
5
8
Best way to start with updating documentation is to open this repo using [vs code dev containers](https://code.visualstudio.com/docs/remote/containers)
6
9
7
10
You will need to fix/delete/comment mounts section in `.devcontainer/devcontainer.json` before you open the repo in dev container.
@@ -24,3 +27,12 @@ To generate docs without vscode run below command
24
27
docker run --rm -it -v $PWD:/site squidfunk/mkdocs-material build
25
28
```
26
29
30
+
## virtual environment
31
+
32
+
You can use python virtual environment to do development as well
Copy file name to clipboardExpand all lines: docs/zplane.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Currently following features are part of enterprise offering through zPlane:
13
13
14
14
# zPlane
15
15
16
-
⚠️ zPlane is commercial software that needs to be licensed before you can use it in production. You can get zPlane from <https://gallery.ecr.aws/zinclabs/zplane> for evaluation purposes. Please contact us at [hello@zinclabs.io](mailto:hello@zinclabs.io) for enquiries or enterprise license.
16
+
⚠️ zPlane is commercial software that needs to be licensed before you can use it in production. You can get zPlane from <https://gallery.ecr.aws/zinclabs/zplane> for evaluation purposes. Please contact us at [hello@openobserve.ai](mailto:hello@openobserve.ai) for enquiries or enterprise license. zPlane can be used freely for personal and non-commercial usage.
17
17
18
18
zPlane is collection of adapters & utilities to be used with OpenObserve, augmenting functionalities of OpenObserve.
0 commit comments