Skip to content

erok415/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI Pantheon Documentation

https://pantheon.io/docs/

Contributing

Read CONTRIBUTING.md for more details on contributing documentation improvements.

Style Guide

Read style-guide.md for our guidelines on how to write documentation.

Get the Code

Fork and clone this repository. Issue pull requests one document at a time.

Local Setup (Optional)

  1. Install the following:

  2. Run vagrant up from inside the project root directory (documentation).

  3. You will be prompted for the administration password on your host machine. Obey.

  4. Visit http://docs.local:8000/docs in your browser of choice.

  5. Run vagrant provision to update the local site. Alternatively, you can watch for CSS and file modifications so that changes are reflected automatically:

    vagrant ssh -- -t 'cd /vagrant; fuser -k -n tcp 8000;grunt watch & ./bin/sculpin generate --server --watch'

Troubleshooting

For newer versions of Vagrant you may need to specify Virtualbox with vagrant up --provider=virtualbox

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.3%
  • CSS 34.1%
  • PHP 13.1%
  • JavaScript 10.3%
  • Shell 4.0%
  • Ruby 0.2%