Skip to content

Commit 5ab1652

Browse files
authored
Static site for Iverson release (#643)
Update static site for Iverson release The static site will be deprecated shortly, and this repo will also be deprecated shortly. A lot of the doc content has moved to it's new home in PaloAltoNetworks/prisma-cloud-docs. The remaining content will be transitioned there in the coming months.
1 parent 90f4604 commit 5ab1652

File tree

585 files changed

+15
-15635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

585 files changed

+15
-15635
lines changed

README.md

Lines changed: 6 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,13 @@
11
![prisma_cloud_logo](https://user-images.githubusercontent.com/6518946/80754514-c7628f80-8af4-11ea-9e28-77b05d05bbaa.jpg)
22

3-
# Prisma Cloud Compute Community Docs
3+
# Deprecation notice
44

5-
Welcome to the docs project for [Prisma Cloud Compute](https://www.paloaltonetworks.com/prisma/cloud/compute-security).
6-
Docs are a core part of the product and we build them just like we build the software in it - using modern collaboration platforms like GitHub and publishing them through a CI/CD pipeline with Jenkins.
7-
As of May 2020, we've open sourced the docs so that anyone can contribute directly to them and see their work quickly go live for the whole community's benefit.
8-
This repo is where that happens.
5+
This repo is in the process of being deprecated.
96

10-
# Who?
7+
Starting on August 30, 2021, all Prisma Cloud Compute docs will be hosted here:
118

12-
Anyone can contribute the docs with simple pull requests.
13-
All PRs are reviewed by product team members for accuracy and consistency and we'll collaborate with you on any questions or suggestions.
14-
Because everything happens on GitHub, all your contributions are clearly visible and recognized.
9+
https://github.com/PaloAltoNetworks/prisma-cloud-docs
1510

16-
# What?
11+
Please submit pull requests to the new repo only.
1712

18-
PRs of any size or form are welcome, from simple clarifications of wording to entirely new how-to articles.
19-
All content is in the open source [AsciiDoctor](https://asciidoctor.org/) format, which can be edited right in the GitHub browser IDE or any other text editor of your choice.
20-
21-
The Prisma Cloud Compute product team will continue to author docs for all new features and changes in each release.
22-
23-
# When?
24-
25-
We review PRs daily.
26-
If there are no questions or further discussion, you'll see your changes live the next business day.
27-
A Jenkins job runs nightly to publish the latest content.
28-
29-
# Where?
30-
31-
All Prisma Cloud Compute documentation is included in this repo.
32-
Because the entire docs source is just text files in GitHub, it's easy to work with the way you want.
33-
Docs are published in two places:
34-
35-
* Official docs: https://docs.paloaltonetworks.com/prisma/prisma-cloud.html
36-
* Daily doc builds: https://docs.prismacloudcompute.com/docs/
37-
38-
# Why?
39-
40-
The best docs are written by people that really use and understand the technology. While we on the product team are still intimately involved in creating and maintaining the docs, we know that everyone will benefit from the experiences and knowledge of the overall community.
41-
42-
# How?
43-
44-
1. Fork the repo.
45-
2. Make your changes directly in the GitHub UI, or with your editor of choice and the git command line tool.
46-
3. Submit your changes back to the repo as a pull request.
47-
48-
# Structure
49-
50-
Each guide has its own dedicated directory.
51-
For example, the Administrator's Guide can be found in the top level `admin_guide/` dir.
52-
53-
Each guide has a topic map, written in YAML format.
54-
Topic maps reference all the individual source files that make up a document.
55-
They're also used to generate a document's navigation menu.
56-
57-
Source files are written in AsciiDoctor and have the `.adoc` extension.
58-
Each source file holds one "article", which is rendered as a single page on the doc site.
59-
60-
Source for the Administrator's Guide uses conditional content to target either Compute Edition (self-hosted) or Enterprise Edition (SaaS).
61-
Content that only applies to one or the other is fenced with AsciiDoctor's `ifdef` and `endif` directives.
62-
63-
For Compute Edition-specific content:
64-
65-
```
66-
ifdef::compute_edition[]
67-
Download and run Console in your own environment.
68-
endif::compute_edition[]
69-
```
70-
71-
For Enterprise Edition-specific content:
72-
73-
```
74-
ifdef::prisma_cloud[]
75-
Palo Alto Networks runs Console for you.
76-
endif::prisma_cloud[]
77-
```
78-
79-
# Building the site locally
80-
81-
The site uses a Red Hat project called [AsciiBinder](https://github.com/redhataccess/ascii_binder) in conjunction with our own package `ascii_binder_pan-0.0.00.1.gem`, located at the root of this repo.
82-
83-
As you create and edit content, we recommend making a local build to check the rendering.
84-
To do so, complete the following steps.
85-
Instructions are geared for macOS.
86-
87-
1. Ensure that Ruby is installed.
88-
89-
```bash
90-
ruby -v
91-
```
92-
93-
1. If you haven't already installed pyenv and pyenv-virtualenv, go ahead and do so now.
94-
95-
```bash
96-
brew install pyenv
97-
brew install pyenv-virtualenv
98-
```
99-
100-
1. Initialize pyenv and virtualenv.
101-
102-
```bash
103-
eval "$(pyenv init -)"
104-
eval "$(pyenv virtualenv-init -)"
105-
```
106-
107-
1. Use pyenv to install Python 3.7.4.
108-
109-
```bash
110-
pyenv install 3.7.4
111-
```
112-
113-
1. Install Asciidoctor.
114-
115-
```bash
116-
brew install asciidoctor
117-
````
118-
119-
1. Install `ascii_binder` v0.1.15.1.
120-
121-
```bash
122-
sudo gem install ascii_binder -v 0.1.15.1
123-
```
124-
125-
1. Navigate into the `_build` directory and use the following command to install our custom `ascii_binder` package.
126-
127-
```bash
128-
cd _build/
129-
sudo gem install -V ./ascii_binder_pan-0.0.00.1.gem
130-
```
131-
132-
1. Return to the root directory and run the `build_site.sh` script as follows
133-
134-
```bash
135-
cd ..
136-
./build_site.sh
137-
```
138-
139-
1. Open the generated site using the following command.
140-
141-
```bash
142-
open output/_package/main/index.html
143-
```
13+
Government docs will be moved to the new repo shortly.

_files/_distro_map.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,12 @@ compute_edition:
99
master:
1010
name: 'Compute Edition 21.04 (Self-Hosted)'
1111
dir: 'compute_edition_21_04'
12-
ref_arch:
13-
name: 'Reference Architecture'
14-
dir: 'ref_arch'
15-
ops:
16-
name: 'Operationalize Guide'
17-
dir: 'ops_guide'
1812
government:
1913
name: 'Government'
2014
dir: 'government'
2115
troubleshooting:
2216
name: 'Troubleshooting'
2317
dir: 'troubleshooting'
24-
rn:
25-
name: 'Releases'
26-
dir: 'releases'
27-
historical:
28-
name: 'Historical documentation'
29-
dir: 'historical'
3018
prisma_cloud:
3119
name: Prisma Cloud Enterprise Edition
3220
author: Prisma Cloud community

_files/_templates/_topnav.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<ul class="nav navbar-nav ml-auto">
7373
<li class="nav-item"><!--active. dropdown-slide -->
74-
<a class="nav-link" href="https://docs.prismacloudcompute.com/docs/releases/release-information/latest.html">Releases</a>
74+
<a class="nav-link" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-release-notes/release-information.html">Releases</a>
7575
</li>
7676
<li class="nav-item dropdown dropdown-slide">
7777
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -80,13 +80,13 @@
8080
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
8181

8282
<ul class="header-main-subnav">
83+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-admin.html">Compute Edition 21.08 (Self-Hosted)</a></li>
8384
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/compute_edition_21_04/welcome/welcome.html">Compute Edition 21.04 (Self-Hosted)</a></li>
8485
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/enterprise_edition/welcome/welcome.html">Enterprise Edition (SaaS)</a></li>
85-
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/ref_arch/objectives/objectives.html">Reference Architecture</a></li>
86-
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/ops_guide/getting_started/getting_started.html">Operationalize Guide</a></li>
86+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-reference-architecture-compute.html">Reference Architecture</a></li>
87+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-operationalize-compute/getting_started.html">Operationalize Guide</a></li>
8788
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/government/government/government.html">Government</a></li>
8889
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/troubleshooting/troubleshooting/collect_debug_data.html">Troubleshooting</a></li>
89-
<li><a class="dropdown-item" href="https://docs.prismacloudcompute.com/docs/historical/historical/historical.html">Historical Documentation</a></li>
9090
</ul>
9191

9292
</div>

_files/index-main.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<ul class="nav navbar-nav ml-auto">
106106
<li class="nav-item"><!--active. dropdown-slide -->
107-
<a class="nav-link" href="releases/release-information/latest.html">Releases</a>
107+
<a class="nav-link" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-release-notes/release-information.html">Releases</a>
108108
</li>
109109
<li class="nav-item dropdown dropdown-slide">
110110
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -113,13 +113,13 @@
113113
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
114114

115115
<ul class="header-main-subnav">
116+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-admin.html">Compute Edition 21.08 (Self-Hosted)</a></li>
116117
<li><a class="dropdown-item" href="compute_edition_21_04/welcome/welcome.html">Compute Edition 21.04 (Self-Hosted)</a></li>
117118
<li><a class="dropdown-item" href="enterprise_edition/welcome/welcome.html">Enterprise Edition (SaaS)</a></li>
118-
<li><a class="dropdown-item" href="ref_arch/objectives/objectives.html">Reference Architecture</a></li>
119-
<li><a class="dropdown-item" href="ops_guide/getting_started/getting_started.html">Operationalize Guide</a></li>
119+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-reference-architecture-compute.html">Reference Architecture</a></li>
120+
<li><a class="dropdown-item" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-operationalize-compute/getting_started.html">Operationalize Guide</a></li>
120121
<li><a class="dropdown-item" href="government/government/government.html">Government</a></li>
121122
<li><a class="dropdown-item" href="troubleshooting/troubleshooting/collect_debug_data.html">Troubleshooting</a></li>
122-
<li><a class="dropdown-item" href="historical/historical/historical.html">Historical Documentation</a></li>
123123
</ul>
124124

125125
</div>
@@ -149,7 +149,7 @@
149149
<div class="row">
150150
<div class="col">
151151
<h1 class="eyebrow">Prisma Cloud Compute Docs</h1>
152-
<p>Learn more about how to <a href="https://github.com/twistlock/docs" class="btn-link" target="_blank">contribute to the docs</a></p>
152+
<p style="color:red;">This site will be deprecated shortly. All Compute docs will be moved to <a style="color:red;" href="https://docs.paloaltonetworks.com/prisma/prisma-cloud.html" class="btn-link" target="_blank">docs.paloaltonetworks.com</a></p>
153153
</div>
154154
</div>
155155

api/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

api/_build/.spelling

Lines changed: 0 additions & 75 deletions
This file was deleted.

api/_build/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)