Skip to content

Improve ReadMe and add edit-this-page config #309

Improve ReadMe and add edit-this-page config

Improve ReadMe and add edit-this-page config #309

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
preview-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Fern
run: npm install -g fern-api
- name: Generate Documentation Preview with Fern
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --docs --preview