Skip to content

Commit

Permalink
readme and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Aug 2, 2024
1 parent 41452fa commit f318e5e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions R/dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ is_debug_enabled <- \() TRUE
#' }
#'
#' @keywords internal
#' @noRd
rebuild_docs_and_check <- function() {
previous_version <- "0.0.0.9000"
usethis::use_description(list(
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,12 @@ I created the ambhtmx.crud repo for the CRUD example on [Github](https://github.
![](https://raw.githubusercontent.com/jrosell/ambhtmx/main/inst/examples/huggingface-spaces-Dockerfile.png)
## Troubleshooting
Kown issues:
* Authentication is not working. Are you trying to autenticate from 0.0.0.0 host? Cookies don't work from 0.0.0.0 host, try 127.0.0.1 or a domain name instead (/etc/hosts or DNS).
* HuggingFace Spaces and Docker are not working. Are you trying an app without including all the required packages in the Dockerfile? Please, check the logs and edit the Dockerfile and try again.
Another issue? Please, [let me know](https://github.com/jrosell/ambhtmx/issues).
10 changes: 10 additions & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.12.3
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2024-08-02T09:42Z
last_built: 2024-08-02T10:16Z

18 changes: 0 additions & 18 deletions man/rebuild_docs_and_check.Rd

This file was deleted.

0 comments on commit f318e5e

Please sign in to comment.