Skip to content

greshje/DatabaseOnSpark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseOnSpark

Editing the Databricks User Group Site

The Databricks User Group site is created with RMarkdown, rendered to HTML using rmarkdown::render_site(), and deployed via GitHub Pages.

The site can be edited by:

  1. Forking the DatabaseOnSpark repository
  2. Making edits to the documents in the rmd directory
    • The elements of the navbar and overall structure of the site are defined in the _site.yml file
    • The content for each individual page are in *.rmd files
  3. Running the function rmarkdown::render_site('rmd'), which parses the contents of the rmd directory and outputs to the docs directory
  4. Commiting changes to your fork of DatabaseOnSpark and opening a pull request at OHDSI/DatabaseOnSpark

More information on the render_site() function

About

Repository for the Databricks User Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.5%
  • CSS 20.4%
  • Batchfile 17.8%
  • HTML 7.9%
  • R 3.4%