Skip to content

Commit 9794c31

Browse files
committed
better dev docs
1 parent 310e135 commit 9794c31

22 files changed

Lines changed: 385 additions & 4648 deletions

.github/workflows/docs.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Publish Docs
2+
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build-and-deploy:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
17+
- name: Use Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: '20'
21+
cache: 'npm'
22+
23+
- name: Install dependencies
24+
run: npm ci
25+
26+
- name: Build docs
27+
run: npm run docs
28+
29+
- name: Deploy to GitHub Pages
30+
uses: peaceiris/actions-gh-pages@v4
31+
with:
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
publish_dir: ./docs

CLA.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ If any provision of this Agreement is unenforceable, the remaining provisions re
6767
(Optional) Signature Block
6868

6969
If your organization requires a signed record, include this in your PR (as cla-signature.txt or in the PR description).
70-
• Contributor Name: **************\_\_**************
71-
• GitHub Username: **************\_\_**************
72-
• Email: ******************\_\_\_******************
73-
• Employer/Entity (if any): **********\_**********
70+
• Contributor Name: ******\*\*******\_\_******\*\*******
71+
• GitHub Username: ******\*\*******\_\_******\*\*******
72+
• Email: ********\*\*********\_\_\_********\*\*********
73+
• Employer/Entity (if any): ****\*\*****\_****\*\*****
7474
• I have authority to bind the entity (Y/N): **\_**
75-
• Date: ********************\_********************
76-
• Signature: ****************\_\_\_\_****************
75+
• Date: ********\*\*\*\*********\_********\*\*\*\*********
76+
• Signature: ******\*\*\*\*******\_\_\_\_******\*\*\*\*******
7777

7878
7979

docs/.keep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/ApplePanels.md

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

0 commit comments

Comments
 (0)