Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed May 11, 2024
1 parent cc0c84a commit ba04f2a
Show file tree
Hide file tree
Showing 60 changed files with 158 additions and 6,303 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: "docs"

on:
push:
branches: [main]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
- run: pnpm i
- run: pnpm run build
- uses: actions/upload-pages-artifact@v2
with:
path: ./out
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Aiken Documentation
# Blaze Documentation

This is a website powered by [nextra](https://nextra.site/).
It contains all of [Aiken's](https://github.com/aiken-lang/aiken) docs
and is available at [https://aiken-lang.org](https://aiken-lang.org).
It contains all of [Blaze's](https://github.com/butaneprotocol/blaze-cardano) docs
and is available at [https://blaze.butane.dev](https://blaze.butane.dev).

## Dev

Expand Down
161 changes: 0 additions & 161 deletions aiken.tmLanguage.json

This file was deleted.

12 changes: 0 additions & 12 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ const withNextra = nextra({
...options,
langs: [
...BUNDLED_LANGUAGES,
{
id: "aiken",
scopeName: "source.aiken",
grammar: require("./aiken.tmLanguage.json"),
aliases: ["ak", "aiken"],
},
{
id: "uplc",
scopeName: "source.uplc",
grammar: require("./uplc.tmLanguage.json"),
aliases: ["uplc"],
},
],
});
},
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
{
"name": "aiken-site",
"name": "blaze-site",
"version": "0.0.1",
"description": "Aiken Documentation",
"description": "Blaze Documentation",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aiken-lang/site.git"
"url": "git+https://github.com/butaneprotocol/blaze-site.git"
},
"license": "Apache 2.0",
"dependencies": {
"lottie-react": "^2.4.0",
"next": "^13.1.1",
"next-themes": "^0.2.1",
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "18.11.15",
"@types/react": "^18.3.2",
"prettier": "^2.8.1",
"typescript": "4.9.4"
}
Expand Down
59 changes: 48 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed public/aiken-plutus-pipeline-dark.png
Binary file not shown.
Binary file removed public/aiken-plutus-pipeline-light.png
Binary file not shown.
Binary file added public/blaze_white.webp
Binary file not shown.
Binary file removed public/faucet_preview.webp
Binary file not shown.
Binary file removed public/fonts/Menlo-Regular.woff
Binary file not shown.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/language_tour_tests_fig_1.png
Binary file not shown.
Binary file removed public/language_tour_tests_fig_2.png
Binary file not shown.
Binary file removed public/language_tour_tests_fig_3.png
Binary file not shown.
Binary file removed public/language_tour_tests_fig_4.png
Binary file not shown.
Binary file removed public/post-it-notes.jpg
Binary file not shown.
Binary file removed public/resources/plutus-core-specification.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions public/robot.json

Large diffs are not rendered by default.

Binary file added public/robot.lottie
Binary file not shown.
1 change: 0 additions & 1 deletion public/settlement_error_probability.dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/settlement_error_probability.light.svg

This file was deleted.

Binary file removed public/settlement_error_probability.png
Binary file not shown.
Binary file removed public/the-first-contact.webp
Binary file not shown.
Binary file removed public/typo.webp
Binary file not shown.
Loading

0 comments on commit ba04f2a

Please sign in to comment.