https://github.com/sqlitebrowser/dbhub_docs
Documentation for DBHub.io
https://github.com/sqlitebrowser/dbhub_docs
Last synced: 3 months ago
JSON representation
Documentation for DBHub.io
- Host: GitHub
- URL: https://github.com/sqlitebrowser/dbhub_docs
- Owner: sqlitebrowser
- License: bsd-2-clause
- Created: 2019-03-28T15:26:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T08:07:42.000Z (about 6 years ago)
- Last Synced: 2025-01-16T08:25:55.917Z (5 months ago)
- Language: CSS
- Size: 14.8 MB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sqlitebrowser/dbhub_docs - Documentation for DBHub.io (CSS)
README
This repository holds the (early stage) documentation for [DBHub.io](https://dbhub.io).
We're using this to try out [Bookdown](https://bookdown.org), as that should let us
generate documentation in several output formats, including HTML, PDF, and ePub.To generate the HTML output, open the .Rproj file in the [RStudio IDE](https://www.rstudio.com/products/rstudio/),
then run this command in the RStudio console:```
bookdown::render_book('index.Rmd', 'bookdown::gitbook')
```