Skip to content

Commit

Permalink
Documentation v2.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
xcibik00 authored May 9, 2024
1 parent 4d6fcc7 commit 70639b2
Show file tree
Hide file tree
Showing 81 changed files with 3,324 additions and 2,732 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/readme-production-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This GitHub Actions workflow syncs Markdown files to the Bloomreach production documentation site.
name: ReadMe Production GitHub Action 🦉

on:
push:
branches:
# This workflow will run every time you push code to the following branch: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main

jobs:
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4

- name: Run `docs` command 🚀
uses: readmeio/rdme@v8
with:
rdme: docs Documentation --key=${{ secrets.README_PRODUCTION_API_KEY }} --version=2
22 changes: 22 additions & 0 deletions .github/workflows/readme-sandbox-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This GitHub Actions workflow syncs Markdown files to the Bloomreach sandbox documentation site.
name: ReadMe Sandbox GitHub Action 🦉

on:
push:
branches:
# This workflow will run every time you push code to the following branch: `develop`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- develop

jobs:
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4

- name: Run `docs` command 🚀
uses: readmeio/rdme@v8
with:
rdme: docs Documentation --key=${{ secrets.README_SANDBOX_API_KEY }} --version=2
50 changes: 0 additions & 50 deletions Documentation/ANONYMIZE.md

This file was deleted.

Loading

0 comments on commit 70639b2

Please sign in to comment.