Skip to content

Commit 69f7284

Browse files
Merge branch 'main' of https://github.com/bridgedxyz/design-to-code into support-components
1 parent 37bb2ce commit 69f7284

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+292
-36
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: docsdeploy
2+
on:
3+
push:
4+
branches: [main]
5+
jobs:
6+
copy:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: copy docs to gridaco/grida.co
11+
uses: DevOpenWRT-Router/github-action-push-to-another-repository@main
12+
env:
13+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
14+
with:
15+
source-directory: "docs"
16+
destination-github-username: "gridaco"
17+
destination-repository-name: "grida.co"
18+
user-email: github@grida.co
19+
target-branch: docs
20+
target-directory: "docs/@designto-code"

docs/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# Documentations landingpage (for github)
1+
# This directory is copied from [gridaco/designto-code](https://github.com/gridaco/designto-code)
22

3-
For entry, goto [index.md](./index.md)
3+
> Documentations landingpage (for github)
4+
5+
For entry, goto [grida.co/docs/@designto-code](grida.co/docs/)
6+
7+
## Workflows (**Important!**)
8+
9+
this directory will be copied to gridaco/grida.co by github actions. If you are interacting with this directory under gridaco/grida.co, your changes will be lost.

docs/component-allowed-property.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Allowed properties for components"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Allowed properties for components
28

39
### Text

docs/component-multi-proxied-property.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Multi Proxied Property on components"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Multi Proxied Property on components
28

39
## Styled components

docs/component-nested.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Understanding Nested Components"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Understanding Nested Components
28

39
![](./assets/component-nested-simple-example-with-numbers.png)

docs/component-property-default-value.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Component Property Default value"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Component Property Default value
28

39
This document demonstrates how assigning a default value differes by frameworks and languages

docs/component-property-interfacing-auto.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Automatic property interfacing strategy for Components"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Automatic property interfacing strategy for Components
28

39
> Learn more at [support-components](../packages/support-components/README.md)

docs/css-box-sizing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Css box sizing"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Css box sizing
28

39
## When both width (or height) and padding is specified.

docs/css-clip-path.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "CSS Clip path"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Css Clip path
28

39
> css clip path for graphics making support

docs/css-color-vs-background-color.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "CSS color vs background-color"
3+
version: 0.1.0
4+
revision: 1
5+
---
6+
17
# Css `color` vs `background-color`
28

39
> Before we start, this document lists the obvious content for web developers.

0 commit comments

Comments
 (0)