Skip to content

Commit

Permalink
Update advanced.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 18, 2022
1 parent ed3b2bf commit 282f8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can supply files locally to the Taxonium web interface, or you can supply UR
Any files must be uploaded to somewhere that allows Cross-Origin Resource Sharing (CORS).
:::

If you supply only remote files, then you will find that the Taxonium.org interface encodes them in its URL as it loads the tree, meaning you can share your tree with other people by copying the current URL. In addition, any searches or colouring of the tree will also be stored in the URL. Each search will have a permalink button that will create a URL that zooms in on those particular nodes.
If you supply only remote files, then you will find that the Taxonium.org interface encodes them into its URL as it loads the tree, meaning you can share your tree with other people by copying the Taxonium URL. In addition, any searches or colouring of the tree will also be stored in the URL. Each search will have a permalink button that will create a URL that zooms in on those particular nodes.

#### Deploying your own Taxonium backend

Expand All @@ -35,4 +35,4 @@ Alternatively, you could host your own version of the Taxonium front end not via

```bash
docker run -p 80:80 theosanderson/taxonium_frontend:master
```
```

1 comment on commit 282f8b1

@vercel
Copy link

@vercel vercel bot commented on 282f8b1 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.