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:
- Forking the DatabaseOnSpark repository
- 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
- Running the function rmarkdown::render_site('rmd'), which parses the contents of the rmd directory and outputs to the docs directory
- Commiting changes to your fork of DatabaseOnSpark and opening a pull request at OHDSI/DatabaseOnSpark
More information on the render_site() function