diff --git a/.cache/plugin/git-committers/page-authors.json b/.cache/plugin/git-committers/page-authors.json new file mode 100644 index 0000000..96def96 --- /dev/null +++ b/.cache/plugin/git-committers/page-authors.json @@ -0,0 +1 @@ +{"cache_date": "2024-12-13", "page_authors": {"docs/index.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/api_reference.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/contribution.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/design.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/getting-started.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/graphica.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/language.md": {"last_commit_date": "2024-12-13", "authors": []}, "docs/overview.md": {"last_commit_date": "2024-12-13", "authors": []}}} \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..f34e764 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,29 @@ +name: crossgl docs +on: + push: + branches: + - master + - main +permissions: + contents: write +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Configure Git Credentials + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV + - uses: actions/cache@v4 + with: + key: mkdocs-material-${{ env.cache_id }} + path: .cache + restore-keys: | + mkdocs-material- + - run: pip install mkdocs-material + - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 620aee0..4e39c21 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,41 @@ We value diverse perspectives, continuous learning, and the spirit of collaborat
+- :material-clock-fast:{ .lg .middle } __Set up `Dyson` in minutes__ + + --- + + Install [`dyson`](https://crossgl.github.io/crossgl-docs/usage/#routing-your-workload) with [`pip`](https://crossgl.github.io/crossgl-docs/getting-started/#quick-start-guide) and get up + and running in minutes. + + --- + + [:octicons-arrow-right-24: Getting started](https://crossgl.github.io/crossgl-docs/graphica/) + +- :material-fire:{ .lg .middle } __Explore `Graphica` and `CrossGL`__ + + --- + + Install [`graphica`](https://crossgl.github.io/crossgl-docs/graphica/) with [`pip`](https://crossgl.github.io/crossgl-docs/graphica/#installation/) and get access to our cross-platform shader language. + + --- + + [:octicons-arrow-right-24: Getting Started](https://crossgl.github.io/crossgl-docs/dyson/) + + +
+# Welcome to CrossGL Docs! + +We're more than just a company, we're a group of passionate individuals working together to shape the future of AI-driven hardware optimization and cross-platform graphics development. + +With our groundbreaking tools, `Dyson` and `Graphica`, we're empowering businesses to tackle inefficiencies in cloud infrastructure and graphics development. + +Solving complex problems takes collaboration, creativity, and a shared vision. At CrossGL, you won't just be joining a team—you'll be joining a network of innovators and creators, all working towards a common goal of transforming AI and graphics. + +We value diverse perspectives, continuous learning, and the spirit of collaboration that drives real change. Join us in shaping the future of technology. + +
+ - :material-clock-fast:{ .lg .middle } __Set up `Dyson` in minutes__ ---