Skip to content

Commit

Permalink
Merge pull request #22 from Faks/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Faks authored Nov 18, 2024
2 parents cb944d7 + a15170e commit 117cfd3
Show file tree
Hide file tree
Showing 127 changed files with 9,970 additions and 2,086 deletions.
2 changes: 0 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

github: Mahmoudz
open_collective: laradock
custom: ['paypal.me/mzmmzz']
patreon: zalt
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

## Definition of Done Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [] I've read the [Contribution Guide](http://laradock.io/contributing).
- [] I've updated the **documentation**. (refer to [this](http://laradock.io/contributing/#update-the-documentation-site) for how to do so).
- [] I've read the [Contribution Guide](https://laradock.io/contributing).
- [] I've updated the **documentation**. (refer to [this](https://laradock.io/contributing/#update-the-documentation-site) for how to do so).
- [] I enjoyed my time contributing and making developer's life easier :)
Binary file removed .github/home-page-images/custom-sponsors/VeePN.png
Binary file not shown.
Binary file modified .github/home-page-images/custom-sponsors/sista-ai-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v4

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
hugo-version: '0.55.0'
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
node-version: '18'

- name: Build Hugo Site
run: hugo --minify
- name: Install DocuSource Dependencies
run: npm install

- name: Deploy Hugo Site to Github Pages
- name: Build DocuSource Site
run: npm run build

- name: Deploy DocuSource Site to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs
publish_dir: ./DOCUMENTATION/build
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Thank you for your consideration

Checkout out our [contribution guide](http://laradock.io/contributing).
Checkout out our [contribution guide](https://laradock.io/contributing).
20 changes: 20 additions & 0 deletions DOCUMENTATION/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
3 changes: 3 additions & 0 deletions DOCUMENTATION/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
87 changes: 0 additions & 87 deletions DOCUMENTATION/config.toml

This file was deleted.

Loading

0 comments on commit 117cfd3

Please sign in to comment.