Skip to content

emilykuret/rcmp-report-a-cybercrime-alpha-documentation

 
 

RCMP NC3 Report a Cybercrime Alpha Documentation

Documenting CDS and RCMP's work to help Canadians report a cybercrime or fraud

https://cds-snc.github.io/rcmp-report-a-cybercrime-alpha-documentation/home/

Setting up your Macbook to have Ruby (very first time only)

Install Ruby

brew install ruby

Copy the line into your ~/.zshrc or ~/.bashrc

export PATH=/usr/local/opt/ruby/bin:$PATH

Restart your terminal (e.g. Quit and relaunch iTerm)

bundle update --bundler

Editing the documentation

The documentation uses Jekyll and the DOCter theme.

DOCter needs Jekyll and other dependencies to run locally. These can be installed with Bundler by running the following commands.

gem install bundler
bundle install

Run Jekyll:

bundle exec jekyll serve --watch --baseurl ''

Open it up in your browser: http://localhost:4000/

_config.yml

Options within the _config.yml file allow you to control some of the site's content and left column navigation.

About

Alpha Phase Documentation

Resources

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
COPYING.txt

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.9%
  • HTML 36.8%
  • Ruby 5.0%
  • JavaScript 2.3%