Skip to content
Merged
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
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"
}