Skip to content

Commit

Permalink
ci: attempting to configure gradle better
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jan 11, 2025
1 parent 276611e commit 22a2327
Show file tree
Hide file tree
Showing 7 changed files with 3,321 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
java-version: 21
check-latest: true
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Cache Gradle Test dependencies
id: cache-gradle-dependencies
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/Stonecraft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slug: /
---

welcome
Empty file added docs/docusaurus.config.ts
Empty file.
33 changes: 33 additions & 0 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/

// @ts-check

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
mainSidebar: [{type: 'autogenerated', dirName: '.'}],

// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
};

module.exports = sidebars;
Binary file added docs/static/img/stonecraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,281 changes: 3,281 additions & 0 deletions docs/static/img/stonecraft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added docs/tsconfig.json
Empty file.

0 comments on commit 22a2327

Please sign in to comment.