mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Move website to repo root
This commit is contained in:
parent
180e7f2060
commit
f186c6803a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- name: Generate protobuf docs
|
||||
run: protoc --doc_out="website/docs/developers/protobufs" --doc_opt="./website/protobuf.tmpl,api.md" --proto_path="protobufs" protobufs/*.proto
|
||||
run: protoc --doc_out="docs/developers/protobufs" --doc_opt="./protobuf.tmpl,api.md" --proto_path="protobufs" protobufs/*.proto
|
||||
- uses: amondnet/vercel-action@v20
|
||||
with:
|
||||
vercel-token: ${{ secrets.VERCEL_TOKEN }}
|
||||
|
@ -34,4 +34,3 @@ jobs:
|
|||
vercel-org-id: ${{ secrets.ORG_ID}}
|
||||
vercel-project-id: ${{ secrets.PROJECT_ID}}
|
||||
scope: ${{ secrets.ORG_ID}}
|
||||
working-directory: website
|
||||
|
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -13,6 +13,4 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
- run: yarn install
|
||||
working-directory: website
|
||||
- run: yarn run build
|
||||
working-directory: website
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,5 +1,5 @@
|
|||
[submodule "website/static/img/meshtastic-design"]
|
||||
path = website/static/img/meshtastic-design
|
||||
[submodule "static/img/meshtastic-design"]
|
||||
path = static/img/meshtastic-design
|
||||
url = https://github.com/meshtastic/meshtastic-design/
|
||||
[submodule "protobufs"]
|
||||
path = protobufs
|
||||
|
|
|
@ -39,3 +39,5 @@ The radios automatically create a mesh to forward packets as needed, so everyone
|
|||
Meshtastic uses LoRa for the long range communcations and depending on settings used the maximum theoritical group size ranges from 30-200 device nodes. Currently each device can only support a connection from a single user at a time.
|
||||
|
||||
Please see our [website](https://meshtastic.org) for more information about Meshtastic.
|
||||
|
||||
[![Powered by Vercel](https://raw.githubusercontent.com/abumalick/powered-by-vercel/master/powered-by-vercel.svg)](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue