Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/developer-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Developer Docs

on:
push:
branches:
- main
paths:
- 'developer-docs/**'
- '.github/workflows/developer-docs.yaml'
pull_request:
paths:
- 'developer-docs/**'
- '.github/workflows/developer-docs.yaml'

permissions:
contents: read

jobs:
validate:
name: Validate OKF bundle
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Validate developer-docs
uses: galkleinman/okf-toolkit@c7c29e678f37c990fb0b04ca08411bb2e5bdf3bf # v0.2.1
with:
path: developer-docs
command: validate
5 changes: 0 additions & 5 deletions developer-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
type: Index
title: developer-docs
description: OKF knowledge bundle entry point for firebaseui-web.
tags: [okf, documentation]
okf_version: "0.1"
timestamp: 2026-07-03T00:00:00Z
---

# developer-docs
Expand Down
Loading