Skip to content

avinashsingh77/rainforest-docs

 
 

Repository files navigation

Rainforest

AIMLOPS - Platform as Product

fnq

👨‍🏫 👉 The Published Docs Live Here 👈 🧑‍💻

🪄 Customize The Instructions

The box on the top of the page allows you to load the docs with variables used by your team prefilled. All you have to do is fill in the boxes on the top of the page with your teams name in the box and the domain your cluster is using and hit save. This will persist the values in your local storage for the site - so hitting clear will reset these for you if you made a mistake.

  • If my team is called rainforest then pop that in the first box. This value will be prefixed to some of the things such as the namespaces we use.
  • For the cluster domain, you want to add the apps.* the bit from the OpenShift domain. For example if my console address lives at https://console-openshift-console.apps.sandbox1243.opentlc.com/ then just put apps.sandbox1243.opentlc.com in the box to generate the correct address for the exercises.
  • For the git server, you could use your preferred and accessible Git server (GitHub, GitLab, ...). The instructor could provide you one. For example if the git server lives at https://gitlab-ce.apps.sandbox1243.opentlc.com/, then just put gitlab-ce.apps.sandbox1243.opentlc.comin the box to generate the correct address for the exercises.

🦆 Conventions

When running through the exercise, we're tried to call out where things need replacing. The key ones are anything inside an <> should be replaced. For example, if your team is called rainforest then in the instructions if you see \<TEAM_NAME\> this should be replaced with rainforest like so:


name: <\TEAM_NAME>
# ^ this becomes
name: rainforest

There are lots of code blocks for you to copy and paste. They have little ✂️ icon on the right if you move your cursor on the code block.

echo "like this one :)"

But there are also some blocks that you shouldn't copy and paste which doesn't have the copy✂️ icon. That means you should validate your outputs or yamls against the given block.

🏃‍♀️ Running the docs site locally

To launch the docs, ensure you have NodeJS installed or run it in a NodeJS container if you prefer.

npm i -g docsify-cli@4.4.3
docsify serve ./

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 40.0%
  • HTML 39.8%
  • Shell 15.2%
  • Makefile 5.0%