Add project files.

This commit is contained in:
Ankitkumar Satapara
2026-04-17 22:31:58 +05:30
commit 21aaef6776
473 changed files with 50152 additions and 0 deletions

22
.github/workflows/sync-docs.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Documentation
on:
push:
branches:
- master
paths:
- "docs/**"
workflow_dispatch:
jobs:
job-sync-docs-to-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Sync docs to wiki
uses: newrelic/wiki-sync-action@main
with:
source: docs
destination: wiki
token: ${{ secrets.DOCS_TOKEN }}