All Projects β†’ PagerDuty β†’ Security Training

PagerDuty / Security Training

Licence: apache-2.0
Public version of PagerDuty's employee security training courses.

Projects that are alternatives of or similar to Security Training

Vue Element Admin Site
πŸ“ The documentation source of vue-element-admin https://panjiachen.github.io/vue-element-admin-site
Stars: ✭ 275 (-7.09%)
Mutual labels:  documentation
Stencil Site
Stencil site and documentation source.
Stars: ✭ 282 (-4.73%)
Mutual labels:  documentation
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (-3.04%)
Mutual labels:  documentation
Literate.jl
Simple package for literate programming in Julia
Stars: ✭ 272 (-8.11%)
Mutual labels:  documentation
Guides
A set of rules we use at @icalialabs to build better software
Stars: ✭ 280 (-5.41%)
Mutual labels:  documentation
Docs
The Rocket.Chat server, desktop, mobile, user, admin & developer documentation.
Stars: ✭ 282 (-4.73%)
Mutual labels:  documentation
Documentation
πŸ“˜ Nextcloud documentation
Stars: ✭ 268 (-9.46%)
Mutual labels:  documentation
Idiosyncratic Ruby.com
Documenting All Ruby Specialities πŸ’ŽοΈŽ
Stars: ✭ 292 (-1.35%)
Mutual labels:  documentation
Engineering Principles
Our guidelines for building new applications and managing legacy systems
Stars: ✭ 282 (-4.73%)
Mutual labels:  documentation
React Docgen
A CLI and toolbox to extract information from React component files for documentation generation purposes.
Stars: ✭ 3,143 (+961.82%)
Mutual labels:  documentation
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-7.09%)
Mutual labels:  documentation
Pytorch Doc Zh
Pytorch δΈ­ζ–‡ζ–‡ζ‘£
Stars: ✭ 3,365 (+1036.82%)
Mutual labels:  documentation
Docs
Documentation for Grin and Mimblewimble
Stars: ✭ 286 (-3.38%)
Mutual labels:  documentation
Dlang.org
Pages for the dlang.org website, home of the D Programming Language
Stars: ✭ 274 (-7.43%)
Mutual labels:  documentation
Insomnia Documenter
Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
Stars: ✭ 284 (-4.05%)
Mutual labels:  documentation
Preact Www
πŸ“– Preact documentation website.
Stars: ✭ 272 (-8.11%)
Mutual labels:  documentation
Investigate.vim
A Vim plugin for looking up documentation
Stars: ✭ 282 (-4.73%)
Mutual labels:  documentation
Mirrorhelp
Documents about how to use repos on mirrors.ustc.edu.cn.
Stars: ✭ 293 (-1.01%)
Mutual labels:  documentation
Redux Offline Docs
Redux documentation in PDF, ePub and MOBI formats for offline reading.
Stars: ✭ 292 (-1.35%)
Mutual labels:  documentation
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (-3.38%)
Mutual labels:  documentation

PagerDuty Security Training Build Status

This is a public version of the Security Training material used internally at PagerDuty for our annual employee security training.

You can view the content directly in this repository, or rendered as a website at https://sudo.pagerduty.com.

PagerDuty Security Training

Development

We use MkDocs to create a static site from this repository. For local development,

  1. Install v0.1.0 of MkDocs Bootswatch pip install mkdocs-bootswatch==0.1.0
  2. Install v0.1.1 of MkDocs Bootstrap pip install mkdocs-bootstrap==0.1.1
  3. Install v0.15.3 of MkDocs. pip install mkdocs==0.15.3
  4. Install v0.2.4 of the MkDocs Material theme. pip install mkdocs-material==0.2.4
  5. Install v6.2.1 of MkDocs PyMdown Extensions. pip install pymdown-extensions==6.2.1
  6. To test locally, run mkdocs serve from the project directory.

Deploying

  1. Run mkdocs build --clean to produce the static site for upload.

  2. Upload the site directory to S3 (or wherever you would like it to be hosted).

     aws s3 sync ./site/ s3://[BUCKET_NAME] \
       --acl public-read \
       --exclude "*.py*" \
       --delete
    

License

Apache 2 (See LICENSE file)

Contributing

Thank you for considering contributing! If you have any questions, just ask - or submit your issue or pull request anyway. The worst that can happen is we'll politely ask you to change something. We appreciate all friendly contributions.

Here is our preferred process for submitting a pull request,

  1. Fork it ( https://github.com/PagerDuty/security-training/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].