-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,322 changed files
with
195,172 additions
and
25,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
test/build | ||
test/input | ||
test/output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ask git to not change line endings (to preserve content hashes). | ||
* -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Publish | ||
|
||
on: | ||
workflow_dispatch: {} | ||
release: | ||
types: [published] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
.DS_Store | ||
**/.observablehq/cache/ | ||
coverage/ | ||
docs/themes.md | ||
docs/theme/*.md | ||
dist/ | ||
.DS_Store | ||
.env | ||
/coverage/ | ||
/dist/ | ||
/docs/.observablehq/dist/ | ||
/test/build/ | ||
/test/output/**/*-changed.* | ||
/test/output/build/**/*-changed/ | ||
node_modules/ | ||
test/output/*-changed.* | ||
test/output/build/*-changed/ | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
# Observable Framework | ||
|
||
- [Documentation](https://observablehq.com/framework/) | ||
- [Changelog](https://github.com/observablehq/framework/releases) | ||
- [Issues](https://github.com/observablehq/framework/issues) | ||
[**Observable Framework**](https://observablehq.com/framework/) is a free, [open-source](./LICENSE), static site generator for data apps, dashboards, reports, and more. Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis. Framework features [data loaders](https://observablehq.com/framework/loaders) that precompute static snapshots of data at build time for dashboards that load instantly. | ||
|
||
<a href="https://observablehq.observablehq.cloud/oss-analytics/@observablehq/framework"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://observablehq.observablehq.cloud/oss-analytics/@observablehq/framework/downloads-dark.svg"> | ||
<img alt="Daily downloads of Observable Framework" src="https://observablehq.observablehq.cloud/oss-analytics/@observablehq/framework/downloads.svg"> | ||
</picture> | ||
</a> | ||
|
||
<sub>Daily downloads of Observable Framework · [oss-analytics](https://observablehq.observablehq.cloud/oss-analytics/)</sub> | ||
|
||
## Documentation 📚 | ||
|
||
https://observablehq.com/framework/ | ||
|
||
## Examples 🖼️ | ||
|
||
https://github.com/observablehq/framework/tree/main/examples | ||
|
||
## Releases (changelog) 🚀 | ||
|
||
https://github.com/observablehq/framework/releases | ||
|
||
## Getting help 🏠 | ||
|
||
Please [open a discussion](https://github.com/observablehq/framework/discussions) if you’d like help. We also recommend [searching issues](https://github.com/observablehq/framework/issues). | ||
|
||
## Contributing 🙏 | ||
|
||
See [Contributing](https://observablehq.com/framework/contributing). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.