<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Download, Build, and View Prisma Cloud Documentation Offline (and as a Container!) in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-download-build-and-view-prisma-cloud-documentation/m-p/1232362#M1497</link>
    <description>&lt;DIV class="Y3BBE" data-hveid="CAAQAw" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Hello!&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;We frequently update our Prisma Cloud docs, so I fear if you download it it may become outdated overtime. Please refer to the admin guide as this encompasses everything. We host our Docs on GitHub and make changes there that are then reflected via the URL.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="Y3BBE" data-hveid="CAAQAw" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;1. Downloading an Entire Repository:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL class="U6u95" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Using the GitHub Website:&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;OL class="VimKh" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Navigate to the repository on GitHub.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Click the green "Code" button.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Select "Download ZIP". This downloads the entire repository as a zipped folder.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;A href="https://github.com/hlxsites/prisma-cloud-docs.git" target="_blank"&gt;https://github.com/hlxsites/prisma-cloud-docs.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Using Git Clone:&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;OL class="VimKh" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Open your terminal or command prompt.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Navigate to the desired location where you want to download the repository.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Use the command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="o8j0Mc" data-processed="true"&gt;git clone docs/en/compute-edition/34/admin-guide&lt;/CODE&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 23 Jun 2025 16:09:21 GMT</pubDate>
    <dc:creator>LMegrelis</dc:creator>
    <dc:date>2025-06-23T16:09:21Z</dc:date>
    <item>
      <title>How to Download, Build, and View Prisma Cloud Documentation Offline (and as a Container!)</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-download-build-and-view-prisma-cloud-documentation/m-p/1231809#M1495</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope i am writing in the right place .&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:273"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:273"&gt;I'm looking for some guidance on a specific use case related to Prisma Cloud documentation. I need to be able to download and view the Prisma Cloud documentation in a completely disconnected environment. This is crucial for air-gapped systems and secure offline operations.&lt;/P&gt;
&lt;P data-sourcepos="11:1-11:178"&gt;I've seen that the Prisma Cloud documentation is available on GitHub, which is a great start. However, I have a few questions regarding how to make this truly functional offline:&lt;/P&gt;
&lt;OL data-sourcepos="13:1-21:0"&gt;
&lt;LI data-sourcepos="13:1-14:0"&gt;
&lt;P data-sourcepos="13:5-13:516"&gt;&lt;STRONG&gt;Building the Documentation with NPM:&lt;/STRONG&gt; I understand that the documentation likely uses a static site generator or a similar framework that relies on Node.js and NPM for building. Could someone please provide detailed instructions on how to download the necessary repositories, install dependencies using NPM, and then build the documentation so it can be viewed locally in a web browser without an internet connection? I'm looking for a step-by-step guide on the commands and any specific configuration needed.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-sourcepos="15:1-16:0"&gt;
&lt;P data-sourcepos="15:5-15:447"&gt;&lt;STRONG&gt;Repository Differences: &lt;CODE&gt;prisma-cloud-docs&lt;/CODE&gt; vs. &lt;CODE&gt;prisma-cloud-docs-website&lt;/CODE&gt;:&lt;/STRONG&gt; I've noticed two seemingly related repositories on GitHub: &lt;CODE&gt;prisma-cloud-docs&lt;/CODE&gt; and &lt;CODE&gt;prisma-cloud-docs-website&lt;/CODE&gt;. What is the exact difference between these two? Which one should I be using for downloading and building the comprehensive documentation for offline viewing? Is one the source content and the other the website build tools, or something else entirely?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-sourcepos="17:1-21:0"&gt;
&lt;P data-sourcepos="17:5-17:443"&gt;&lt;STRONG&gt;Containerizing the Documentation (Ideal Scenario):&lt;/STRONG&gt; My ultimate goal, and what would be most beneficial for our disconnected environment, is to be able to build and run the documentation as a container (e.g., a Docker container). This would greatly simplify deployment and ensure all dependencies are self-contained. Has anyone successfully containerized the Prisma Cloud documentation for offline access? If so, could you please share:&lt;/P&gt;
&lt;UL data-sourcepos="18:5-21:0"&gt;
&lt;LI data-sourcepos="18:5-18:60"&gt;A sample &lt;CODE&gt;Dockerfile&lt;/CODE&gt; or a guide on how to create one.&lt;/LI&gt;
&lt;LI data-sourcepos="19:5-19:67"&gt;Instructions on how to build the image and run the container.&lt;/LI&gt;
&lt;LI data-sourcepos="20:5-21:0"&gt;Any considerations for making the container self-sufficient for Browse the documentation (e.g., embedding a web server).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-sourcepos="22:1-22:237"&gt;Any help or pointers to existing resources, scripts, or guides would be greatly appreciated. This capability would significantly enhance our ability to operate and troubleshoot Prisma Cloud in highly secure and disconnected environments.&lt;/P&gt;
&lt;P data-sourcepos="24:1-24:49"&gt;Thank you in advance for your time and expertise!&lt;/P&gt;
&lt;P data-sourcepos="26:1-26:13"&gt;Best regards,&lt;/P&gt;
&lt;P data-sourcepos="26:1-26:13"&gt;Guy&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 07:59:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-download-build-and-view-prisma-cloud-documentation/m-p/1231809#M1495</guid>
      <dc:creator>guy</dc:creator>
      <dc:date>2025-06-16T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download, Build, and View Prisma Cloud Documentation Offline (and as a Container!)</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-download-build-and-view-prisma-cloud-documentation/m-p/1232362#M1497</link>
      <description>&lt;DIV class="Y3BBE" data-hveid="CAAQAw" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Hello!&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;We frequently update our Prisma Cloud docs, so I fear if you download it it may become outdated overtime. Please refer to the admin guide as this encompasses everything. We host our Docs on GitHub and make changes there that are then reflected via the URL.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="Y3BBE" data-hveid="CAAQAw" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;1. Downloading an Entire Repository:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL class="U6u95" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Using the GitHub Website:&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;OL class="VimKh" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Navigate to the repository on GitHub.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Click the green "Code" button.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Select "Download ZIP". This downloads the entire repository as a zipped folder.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;A href="https://github.com/hlxsites/prisma-cloud-docs.git" target="_blank"&gt;https://github.com/hlxsites/prisma-cloud-docs.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;&lt;STRONG class="Yjhzub" data-processed="true"&gt;Using Git Clone:&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;OL class="VimKh" data-processed="true"&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Open your terminal or command prompt.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Navigate to the desired location where you want to download the repository.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-processed="true"&gt;&lt;SPAN class="T286Pc" data-processed="true"&gt;Use the command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="o8j0Mc" data-processed="true"&gt;git clone docs/en/compute-edition/34/admin-guide&lt;/CODE&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Jun 2025 16:09:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-download-build-and-view-prisma-cloud-documentation/m-p/1232362#M1497</guid>
      <dc:creator>LMegrelis</dc:creator>
      <dc:date>2025-06-23T16:09:21Z</dc:date>
    </item>
  </channel>
</rss>

