Skip to content

Commit

Permalink
more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Aug 19, 2024
1 parent d6523e8 commit f3f1808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ config <- sd_config(
)
```

When the admin page is enabled, you will be able to access the page by adding `?admin` to the end of the survey URL, e.g. `https://myname.shinyapps.io/?admin`. This will display a login page with a single "Password" parameter, which is the password set using `sd_set_password()` (see `vignette("password")`).
When the admin page is enabled, you will be able to access the page by adding `?admin` to the end of the survey URL, e.g. `https://myname.shinyapps.io/?admin`. This will display a login page with a single "Password" parameter, which is the password set using `sd_set_password()`. See the [Setting a Password](password.qmd) page for details.

The admin page has the following features:

Expand Down
2 changes: 1 addition & 1 deletion database.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After creating your new account proceeding to your dashboard, select "New Projec

# Step 4: Create a database

The next step is to create your respective database. Here you **must** use the password you created for your survey project (see `vignette("password")`).
The next step is to create your respective database. Here you **must** use the password you created for your survey project. See the [Setting a Password](password.qmd) page for details.

<img src="images/main_pageS4.png" alt="drawing" width="700"/>

Expand Down
2 changes: 1 addition & 1 deletion deployment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Once you have previewed and tested your survey and are ready to field it, it is
To deploy your survey, you'll need to have the following recipes ready:

1. Your survey project made by Quarto that is properly rendered locally.
2. Your supabase project with its credentials defined in your survey `.qmd` file. See `vignette("database")` for details.
2. Your supabase project with its credentials defined in your survey `.qmd` file. See the [Database Settings](database.qmd) page for details.
3. An account on [shinyapps](https://www.shinyapps.io), which will be used for survey online deployment.

These steps are easy to follow. We will go through one by one.
Expand Down

0 comments on commit f3f1808

Please sign in to comment.