Skip to content
Snippets Groups Projects
Commit 3cf69a1d authored by Phil Hughes's avatar Phil Hughes
Browse files

Documentation

parent 430f9db0
Branches andrey-remove-group-caching
No related tags found
2 merge requests!4731Downloadable comparison PDFs,!4461New releasepost look + Release post 9.0
Loading
Loading
@@ -402,6 +402,9 @@ as page margins are configured in pdf_template.tex.
On OS X: run `brew install pandoc` and install [Basic
TeX](https://tug.org/mactex/morepackages.html).
 
For the comparison PDFs you will need to run the following on OS X:
`brew cask install wkhtmltopdf`
### PDF development
 
You can tweak the 'printable HTML' files in Middleman's development
Loading
Loading
@@ -443,6 +446,23 @@ website, you have to:
---
```
 
### Comparison PDFs
The comparison PDFs are generated in a slightly different way and require a
different command to be run. Before the PDFs can be generated the website
needs to be built locally by running the following:
`bundle exec middleman build`
After running that you can now run the following to generate the PDFs:
`bundle exec comparison_pdfs`
After they have generated you will need to copy the pdfs from `public/comparison/pdfs`
into the following folder [source/comparison/pdfs](https://gitlab.com/gitlab-com/www-gitlab-com/tree/master/source/comparison/pdfs).
Once you have done that you are free to commit and push these to GitLab.com
to then be merged into master.
## Custom Generators
 
There are a few custom, static generators specified in `config.rb`. For
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment