Skip to content

Commit

Permalink
docs: note on extending the duration of a site (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: giac-mysten <[email protected]>
  • Loading branch information
giac-mysten authored Oct 17, 2024
1 parent 24f454d commit e04bf2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/walrus-sites/builder-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ here the details for all the configuration options.

## Minimal configuration

The config file is expected to be in `./builder.yaml`, and it is possible to point elsewhere with
the `--config` flag. For your first run, it should be sufficient to call the `site-builder` with
`--config site-builder/assets/builder-example.yaml`, which is already configured appropriately.
The config file is expected to be in `./sites-config.yaml`, and it is possible to point elsewhere
with the `--config` flag. For your first run, it should be sufficient to call the `site-builder`
with `--config sites-config.yaml`, which is already configured appropriately.

If, for any reason, you didn't add `walrus` to `$PATH`, make sure to configure a pointer to the
binary, see below.
Expand Down
6 changes: 6 additions & 0 deletions docs/walrus-sites/tutorial-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ Browsing to the provided URL should reflect the change. You've updated the site!
```admonish note
The wallet you are using must be the *owner* of the Walrus Site object to be able to update it.
```

```admonish danger title="Extending the expiration date of an existing site"
To extend the expiration date of a previously-stored site, use the `update` command with the
`--force` flag, and specify the number of additional epochs (from the current epoch) with the
`--epochs` flag.
```

0 comments on commit e04bf2b

Please sign in to comment.