Skip to content

Commit

Permalink
Add basic setup for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 20, 2023
1 parent ccf5009 commit 97b046b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
GL_RUNNER_TOKEN: ${{ secrets.GL_RUNNER_TOKEN }}
GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
SHOW_JOB_LOGS: all
env:
GLPA_C0_TRIGGER_PROJECT: pictor
GLPA_C0_TRIGGER_SHA: ${{ github.sha }}
GLPA_C0_TRIGGER_REF: ${{ github.ref }}

- name: Find existing comment
uses: peter-evans/find-comment@v2
Expand Down
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
include:
- project: code0-tech/telescopium
ref: build-branch
file: ci-template.gitlab-ci.yml

storybook:build:
image: node:20.9.0
stage: build
Expand Down
7 changes: 7 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Welcome to the Documentation for Pictor
description: Find out how the component library works
template: splash
---

Pictor is the component library for Code0.
3 changes: 3 additions & 0 deletions docs/starlight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "Pictor"
}

0 comments on commit 97b046b

Please sign in to comment.