Skip to content

Commit

Permalink
Merge pull request #28 from code0-tech/setup-docs
Browse files Browse the repository at this point in the history
Add basic setup for docs
  • Loading branch information
Taucher2003 authored Dec 21, 2023
2 parents 01a6179 + 4e97f40 commit 1f34c56
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
GL_RUNNER_TOKEN: ${{ secrets.GL_RUNNER_TOKEN }}
GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
SHOW_JOB_LOGS: all
env:
GLPA_C0_GH_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 1f34c56

Please sign in to comment.