Skip to content

Commit b669f06

Browse files
committed
changes
1 parent 811d6bf commit b669f06

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

docs/source/quickstart.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,6 @@ trackio.show()
7070
</hfoption>
7171
</hfoptions>
7272

73-
You can also point Trackio at a custom frontend:
74-
75-
<hfoptions id="language">
76-
<hfoption id="Shell">
77-
78-
```sh
79-
trackio show --frontend ./my-trackio-frontend
80-
```
81-
82-
</hfoption>
83-
<hfoption id="Python">
84-
85-
```py
86-
import trackio
87-
88-
trackio.show(frontend_dir="./my-trackio-frontend")
89-
```
90-
91-
</hfoption>
92-
</hfoptions>
93-
9473
You can also provide an optional `project` name as the argument to load a specific project directly:
9574

9675
<hfoptions id="language">
@@ -143,11 +122,7 @@ trackio sync --project "my-project" --space-id "username/space_id"
143122
<hfoption id="Python">
144123

145124
```py
146-
trackio.sync(
147-
project="my-project",
148-
space_id="username/space_id",
149-
frontend_dir="./my-trackio-frontend",
150-
)
125+
trackio.sync(project="my-project", space_id="username/space_id")
151126
```
152127

153128
</hfoption>

0 commit comments

Comments
 (0)