Skip to content

Commit

Permalink
Merge pull request #465 from hacs/next
Browse files Browse the repository at this point in the history
Merge next into main
  • Loading branch information
ludeeus authored Aug 21, 2024
2 parents 185c124 + f4cf4f5 commit 0ceb1f2
Show file tree
Hide file tree
Showing 214 changed files with 1,901 additions and 15,139 deletions.
12 changes: 5 additions & 7 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "hacs/doumentation",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:20",
"image": "mcr.microsoft.com/devcontainers/python:3.8",
"postCreateCommand": "scripts/setup",
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -11,13 +10,12 @@
},
"settings": {
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.trimTrailingWhitespace": true
}
},
"remoteUser": "node"
}
}
}
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- next
push:
branches:
- main
Expand All @@ -27,6 +28,13 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
cache: "pip"
cache-dependency-path: "requirements.txt"

- name: Setup
run: scripts/setup

Expand Down
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
node_modules
.cache
.docusaurus
.yarn
.yarn/install-state.gz
build
build/
yarn-error.log
documentation/repositories
documentation/default_repositories.md
.yarn/install-state.gz
documentation/repositories
node_modules
yarn-error.log
__pycache__
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.8
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - 2023 HACS
Copyright (c) 2019 - 2024 HACS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This repository hosts the documentation that you can see on https://hacs.xyz

[For more details on how to contribute have a look here.](https://hacs.xyz/docs/developer/documentation)
[For more details on how to contribute have a look here.](https://hacs.xyz/docs/contribute/documentation)
11 changes: 0 additions & 11 deletions documentation/basic/data.md

This file was deleted.

16 changes: 0 additions & 16 deletions documentation/basic/diagnostics.md

This file was deleted.

25 changes: 0 additions & 25 deletions documentation/basic/getting_started.md

This file was deleted.

17 changes: 0 additions & 17 deletions documentation/basic/logs.md

This file was deleted.

23 changes: 0 additions & 23 deletions documentation/basic/my.md

This file was deleted.

23 changes: 0 additions & 23 deletions documentation/basic/updates.md

This file was deleted.

26 changes: 0 additions & 26 deletions documentation/categories/appdaemon_apps.md

This file was deleted.

24 changes: 0 additions & 24 deletions documentation/categories/integrations.md

This file was deleted.

36 changes: 0 additions & 36 deletions documentation/categories/netdaemon_apps.md

This file was deleted.

43 changes: 0 additions & 43 deletions documentation/categories/plugins.md

This file was deleted.

25 changes: 0 additions & 25 deletions documentation/categories/python_scripts.md

This file was deleted.

Loading

0 comments on commit 0ceb1f2

Please sign in to comment.