Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Created v2.3.0 website (#1994)
Browse files Browse the repository at this point in the history
* Added 2.0 upgrade instruction (#1769)

* Added 2.0 upgrade instruction

* Addressed PR comment

* Updated broken urls

* Added missing gsuite scope (#1772)

* Update upgrade.md (#1774)

* Added compute engine disk resource (#1779)

* Update CSCC doc (#1778)

* versioned 2.1

* revert branch to stable

* Updated generated configuration files

* update versioning (#1791)

* Added space between comment and function

* Updated app.yaml file

* updates

* updates

* fixed version redirect issues

* Update forsetisecurity.org-dev faqs for VM instances security updates… (#1799)

* Update forsetisecurity.org-dev faqs for VM instances security updates issue#830

* Changes to PR comments Update forsetisecurity.org-dev faqs for VM instances security updates issue#830

* Adding information about building the website server locally for development.

* Adding information about building the website server locally for development.

* Making a set of small changes pr comments in PR/1804

* Fixing title that got munged in merge

* Making more changes to website section

* Responding to an additional comment.

* Responding to comments about dep location and ruby virtual environment.

* Fixing issue 1801 where links to GitHub for latest are broken.

* Update CSCC notifier documentation to list the additional requirements for CSCC (#1808)

* Update doc to list the additional requirements for CSCC

* Update how to enable API

* Fixing issue 1801 where links to GitHub for latest are broken. (#1807)

* Responding to comments in PR/1804

* Making an additional round of changes to PR/1804

* Making an additional round of changes to PR/1804

* Noting the updated G Suite Domain-wide Delegation screen.

* Fixing typo in documentation

* Fixing typo in org policy permission configuration

* Updating documentation as `service-management enable` is now `services enable`

$ gcloud beta service-management enable admin.googleapis.com
ERROR: (gcloud.beta.service-management.enable) The `service-management enable` command has been replaced by `services enable`.

* Documenting solution to virtualenv issues on clean Linux install

This took literally hours of searching to figure out, so saving others time.

* Adding some additional clarification to setup process, specifically g… (#1818)

* Adding some additional clarification to setup process, specifically granting ACLs.

* Fixing small typo

* Responding to comment.

* Adding clarifying details for CloudSQL setup (#1819)

* Adding clarifying details for CloudSQL setup

For example, a new screen UI was introduced in the CloudSQL creation process.

* Making requested changes.

* Adjusting indent to be four spaces

* Adjusting overflow indent

* Fix for "mysql_config not found"

Showing how to fix "EnvironmentError: mysql_config not found" when MySQL isn't available due to version/license issues.

* Updated installation instructions to include steps to install server instance only (#1824)

* Updated installation instructions to include steps to install server instance only

* Addressed PR comments

* Executing specific subset of tests (#1852)

Adding some examples for running specific subset of tests.

* Adding solution for error repeatedly encountered in forseti setup (#1851)

* Adding solution for error repeatedly encountered in forseti setup

"bash: workon: command not found" and its solution on Linux machine.

* Update setup.md

* Add FAQ for adding documentation (#1863)

* Add FAQ for adding documentation

* tweak

* tweak

* tweak

* tweak

* Add the -r flag for requirements.txt (#1877)

* Add the -r flag for requirements.txt (#1876)

* Add the -r flag for requirements.txt (#1875)

* Noting process for running unit tests in Docker after making changes (#1855)

* Noting process for running unit tests in Docker after making changes

* Updated website with instructions to modify cron job (#1906)

* updated website with instructions to modify cron job

* addressed comment on cron job update

* adjusted line

* adjusted line break

* Forsetisecurity.org Add snapshots to Resource Coverage on website (#1912)

* Add compute snapshots to covered resources

* Fix link for compute engine disks

* Updated documentation that G Suite is optional

* Updated documentation

* recent changes updated (#1933)

* Add entry in FAQ for Terraform deployment (#1939)

* Add entry in FAQ for Terraform deployment

* Fixed typo

* Update deploy-using-terraform.md

* v2.2 website created (#1948)

* Updated website with Slack information and office hours (#1950)

* Updated website with Slack and office hours info

* Updated website with slack info and office hours

* Update upgrade instructions (#1966)

* updates

* git command updated

* updates

* pin sphinx version to 177 (#1987)

* Update rules.md with new BigQuery syntax (#1984)

* Update rules.md with new BigQuery syntax

Partially fix #1937.

* update deprecated notice

* typos corrected (#1988)

* created version v2.3.0

* added sphinx docs
  • Loading branch information
joecheuk committed Sep 7, 2018
1 parent 791b249 commit 5fd4259
Show file tree
Hide file tree
Showing 560 changed files with 110,911 additions and 32 deletions.
29 changes: 29 additions & 0 deletions _config.yml
Expand Up @@ -236,3 +236,32 @@ defaults:
path: _docs/v2.2/faq
values:
category: FAQ (v2.2)
- scope:
path: _docs/v2.3
values:
category: Overview (v2.3)
layout: docs
- scope:
path: _docs/v2.3/concepts
values:
category: Concepts (v2.3)
- scope:
path: _docs/v2.3/setup
values:
category: Setup (v2.3)
- scope:
path: _docs/v2.3/use
values:
category: Use (v2.3)
- scope:
path: _docs/v2.3/configure
values:
category: Configure (v2.3)
- scope:
path: _docs/v2.3/develop
values:
category: Develop (v2.3)
- scope:
path: _docs/v2.3/faq
values:
category: FAQ (v2.3)
13 changes: 13 additions & 0 deletions _data/doc_categories.yml
Expand Up @@ -59,3 +59,16 @@ v2.2:
href: docs/$$VERSION$$/develop/
- title: FAQ
href: docs/$$VERSION$$/faq/
v2.3:
- title: Concepts
href: docs/$$VERSION$$/concepts/
- title: Setup
href: docs/$$VERSION$$/setup/
- title: Configure
href: docs/$$VERSION$$/configure/
- title: Use
href: docs/$$VERSION$$/use/
- title: Develop
href: docs/$$VERSION$$/develop/
- title: FAQ
href: docs/$$VERSION$$/faq/

0 comments on commit 5fd4259

Please sign in to comment.