Skip to content

Commit d169a85

Browse files
committed
idea website
1 parent 9b1b93d commit d169a85

87 files changed

Lines changed: 24203 additions & 13737 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<a href="https://github.com/stackpress/idea/commits/main/"><img src="https://img.shields.io/github/last-commit/stackpress/idea" /></a>
66
<a href="https://github.com/stackpress/idea/actions"><img src="https://img.shields.io/github/actions/workflow/status/stackpress/idea/test.yml" /></a>
77
<a href="https://coveralls.io/github/stackpress/idea?branch=main"><img src="https://coveralls.io/repos/github/stackpress/idea/badge.svg?branch=main" /></a>
8-
<a href="https://github.com/stackpress/idea/blob/main/docs/contribute.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
8+
<a href="https://github.com/stackpress/idea/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
99
<br />
1010
<br />
11-
<a href="https://github.com/stackpress/idea/blob/main/docs/getting-started.md">Form an Idea</a>
11+
<a href="https://github.com/stackpress/idea/blob/main/specs/getting-started.md">Form an Idea</a>
1212
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
13-
<a href="https://github.com/stackpress/idea/blob/main/docs/examples/README.md">Transform an Idea</a>
13+
<a href="https://github.com/stackpress/idea/blob/main/specs/examples/README.md">Transform an Idea</a>
1414
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
1515
<a href="https://marketplace.visualstudio.com/items?itemName=stackpress.idea-schema">VSCode Extension</a>
1616
<br />
@@ -66,7 +66,7 @@ As well as database, forms, views, docs, etc... Idea can turn a schema
6666
file into generated artifacts through plugins.
6767

6868
To build this example yourself, go to
69-
[Getting Started](https://github.com/stackpress/idea/blob/main/docs/getting-started.md).
69+
[Getting Started](https://github.com/stackpress/idea/blob/main/specs/getting-started.md).
7070

7171
## Learn The Format
7272

@@ -76,26 +76,26 @@ metadata interpreted by plugins.
7676

7777
Read these next:
7878

79-
- [Getting Started](https://github.com/stackpress/idea/blob/main/docs/getting-started.md)
80-
- [Concepts Overview](https://github.com/stackpress/idea/blob/main/docs/concepts/overview.md)
81-
- [The `.idea` File](https://github.com/stackpress/idea/blob/main/docs/concepts/the-idea-file.md)
82-
- [Schema Building](https://github.com/stackpress/idea/blob/main/docs/concepts/schema-building.md)
83-
- [Specification Reference](https://github.com/stackpress/idea/blob/main/docs/reference/specification.md)
79+
- [Getting Started](https://github.com/stackpress/idea/blob/main/specs/getting-started.md)
80+
- [Concepts Overview](https://github.com/stackpress/idea/blob/main/specs/concepts/overview.md)
81+
- [The `.idea` File](https://github.com/stackpress/idea/blob/main/specs/concepts/the-idea-file.md)
82+
- [Schema Building](https://github.com/stackpress/idea/blob/main/specs/concepts/schema-building.md)
83+
- [Specification Reference](https://github.com/stackpress/idea/blob/main/specs/reference/specification.md)
8484

8585
## Common Tasks
8686

87-
- [Run a Schema](https://github.com/stackpress/idea/blob/main/docs/how-to/run-a-schema.md)
88-
- [Split Schemas with `use`](https://github.com/stackpress/idea/blob/main/docs/how-to/split-schemas-with-use.md)
89-
- [Write a Plugin](https://github.com/stackpress/idea/blob/main/docs/how-to/write-a-plugin.md)
90-
- [Use the VS Code Extension](https://github.com/stackpress/idea/blob/main/docs/how-to/use-the-vscode-extension.md)
87+
- [Run a Schema](https://github.com/stackpress/idea/blob/main/specs/how-to/run-a-schema.md)
88+
- [Split Schemas with `use`](https://github.com/stackpress/idea/blob/main/specs/how-to/split-schemas-with-use.md)
89+
- [Write a Plugin](https://github.com/stackpress/idea/blob/main/specs/how-to/write-a-plugin.md)
90+
- [Use the VS Code Extension](https://github.com/stackpress/idea/blob/main/specs/how-to/use-the-vscode-extension.md)
9191

9292
## Reference
9393

94-
- [CLI Reference](https://github.com/stackpress/idea/blob/main/docs/reference/cli.md)
95-
- [Plugin API Reference](https://github.com/stackpress/idea/blob/main/docs/reference/plugin-api.md)
96-
- [Parser API Docs](https://github.com/stackpress/idea/blob/main/docs/api/parser/README.md)
97-
- [Transformer API Docs](https://github.com/stackpress/idea/blob/main/docs/api/transformer/README.md)
98-
- [Examples](https://github.com/stackpress/idea/blob/main/docs/examples/README.md)
94+
- [CLI Reference](https://github.com/stackpress/idea/blob/main/specs/reference/cli.md)
95+
- [Plugin API Reference](https://github.com/stackpress/idea/blob/main/specs/reference/plugin-api.md)
96+
- [Parser API Docs](https://github.com/stackpress/idea/blob/main/specs/api/parser/README.md)
97+
- [Transformer API Docs](https://github.com/stackpress/idea/blob/main/specs/api/transformer/README.md)
98+
- [Examples](https://github.com/stackpress/idea/blob/main/specs/examples/README.md)
9999

100100
## Repository Map
101101

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)