Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbine-cdw committed Dec 3, 2023
1 parent d4502b0 commit 18535e9
Show file tree
Hide file tree
Showing 685 changed files with 58,526 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ SESSION_SECRET=Your Session Secret goes here
TWITTER_KEY=6NNBDyJ2TavL407A3lWxPFKBI
TWITTER_SECRET=ZHaYyK3DQCqv49Z9ofsYdqiUgeoICyh6uoBgFfu7OeYC7wTQKa

API_URL=http://localhost:8080

MAILGUN_USER=[email protected]
MAILGUN_PASSWORD=29eldds1uri6

SMTP_USER=apikey
SMTP_PASSWORD=hdgfadsfahg--i.e.Sendgrid-apikey---hdgfadsfahg
SMTP_USER=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
SMTP_PASSWORD=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
SMTP_HOST=smtp.sendgrid.net


Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ RUN if [ "$NODE_ENV" = "production" ]; then \
CMD ["pm2-runtime","app.js"]

EXPOSE 8080
EXPOSE 3000
36 changes: 32 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
version: '3.8'

services:
mongo:
image: mongo

postgres:
image: postgres
environment:
POSTGRES_DB: publicphone
POSTGRES_USER: admin
POSTGRES_PASSWORD: admin
volumes:
- postgres-data:/var/lib/postgresql/data

web:
build: .
ports:
- "8080:8080"
- "8080:8080"
environment:
- MONGODB_URI=mongodb://mongo:27017/test
- MONGODB_URI=mongodb://mongo:27017/test
- POSTGRES_URI=postgresql://admin:admin@postgres:5432/your_db_name
links:
- mongo
- mongo
- postgres
depends_on:
- mongo
- postgres

docusaurus:
image: node:latest
working_dir: /app/docs
volumes:
- ./docs:/app/docs
command: sh -c "npm install && npm start"
ports:
- "3000:3000"
depends_on:
- mongo
- web

volumes:
postgres-data:
5 changes: 5 additions & 0 deletions docs/.docusaurus/DONT-EDIT-THIS-FOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This folder stores temp files that Docusaurus' client bundler accesses.

DO NOT hand-modify files in this folder because they will be overwritten in the
next build. You can clear all build artifacts (including this folder) with the
`docusaurus clear` command.
6 changes: 6 additions & 0 deletions docs/.docusaurus/client-modules.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default [
require("/app/docs/node_modules/infima/dist/css/default/default.css"),
require("/app/docs/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
require("/app/docs/node_modules/@docusaurus/theme-classic/lib/nprogress"),
require("/app/docs/src/css/custom.css"),
];
1 change: 1 addition & 0 deletions docs/.docusaurus/codeTranslations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Recent posts",
"items": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-blog",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "About Meshtastic",
"slug": "/about",
"permalink": "/docs/about",
"navigation": {
"next": {
"title": "Introduction",
"permalink": "/docs/introduction"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Android App",
"slug": "/category/android-app",
"permalink": "/docs/category/android-app",
"navigation": {
"previous": {
"title": "Software",
"permalink": "/docs/software"
},
"next": {
"title": "Installation",
"permalink": "/docs/software/android/installation"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Apple Applications",
"slug": "/category/apple-apps",
"permalink": "/docs/category/apple-apps",
"navigation": {
"previous": {
"title": "Usage",
"permalink": "/docs/software/android/usage"
},
"next": {
"title": "Installation",
"permalink": "/docs/software/apple/installation"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Configuration",
"slug": "/configuration",
"permalink": "/docs/configuration",
"navigation": {
"previous": {
"title": "Initial Configuration",
"permalink": "/docs/getting-started/initial-config"
},
"next": {
"title": "Radio Config",
"permalink": "/docs/configuration/radio/"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Developers",
"slug": "/developers",
"permalink": "/docs/developers",
"navigation": {
"previous": {
"title": "ATAK Plugin",
"permalink": "/docs/software/integrations/integrations-atak-plugin"
},
"next": {
"title": "Android",
"permalink": "/docs/development/android"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Device",
"slug": "/development/device",
"permalink": "/docs/development/device",
"navigation": {
"previous": {
"title": "Android",
"permalink": "/docs/development/android"
},
"next": {
"title": "Client API",
"permalink": "/docs/development/device/client-api"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Firmware",
"slug": "/development/firmware",
"permalink": "/docs/development/firmware",
"navigation": {
"previous": {
"title": "Error Codes",
"permalink": "/docs/development/device/error-codes"
},
"next": {
"title": "Building Firmware",
"permalink": "/docs/development/firmware/build"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Flashing Firmware",
"slug": "/getting-started/flashing-firmware",
"permalink": "/docs/getting-started/flashing-firmware",
"navigation": {
"previous": {
"title": "Test Serial Driver Installation",
"permalink": "/docs/getting-started/serial-drivers/test-serial-driver-installation"
},
"next": {
"title": "ESP32 Device",
"permalink": "/docs/getting-started/flashing-firmware/esp32/"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Installing Serial Drivers",
"slug": "/getting-started/serial-drivers",
"permalink": "/docs/getting-started/serial-drivers",
"navigation": {
"previous": {
"title": "Getting Started",
"permalink": "/docs/getting-started"
},
"next": {
"title": "ESP32 Drivers",
"permalink": "/docs/getting-started/serial-drivers/esp32"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Reference Material",
"slug": "/development/reference",
"permalink": "/docs/development/reference",
"navigation": {
"previous": {
"title": "Publish",
"permalink": "/docs/development/documentation/publish"
},
"next": {
"title": "LoRa Datasheet",
"permalink": "/docs/development/reference/lora-design"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Software",
"slug": "/software",
"permalink": "/docs/software",
"navigation": {
"previous": {
"title": "Measure Power Consumption",
"permalink": "/docs/hardware/solar-powered/measure-power-consumption"
},
"next": {
"title": "Android App",
"permalink": "/docs/category/android-app"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Solar Powered",
"slug": "solar-powered",
"permalink": "/docs/solar-powered",
"navigation": {
"previous": {
"title": "Resources",
"permalink": "/docs/hardware/antennas/resources"
},
"next": {
"title": "Measure Power Consumption",
"permalink": "/docs/hardware/solar-powered/measure-power-consumption"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Style Guides",
"slug": "/development/docs/style-guide",
"permalink": "/docs/development/docs/style-guide",
"navigation": {
"previous": {
"title": "Docs",
"permalink": "/docs/development/docs"
},
"next": {
"title": "Markdown Features",
"permalink": "/docs/development/documentation/style-guides/markdown"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Supported Devices",
"slug": "supported-hardware",
"permalink": "/docs/supported-hardware",
"navigation": {
"previous": {
"title": "Hardware",
"permalink": "/docs/hardware"
},
"next": {
"title": "RAK WisBlock",
"permalink": "/docs/hardware/devices/rak/"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Supported Hardware",
"slug": "hardware",
"permalink": "/docs/hardware",
"navigation": {
"previous": {
"title": "Tips",
"permalink": "/docs/configuration/tips"
},
"next": {
"title": "Devices",
"permalink": "/docs/supported-hardware"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-docs",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "about/contributing",
"title": "Community Guide",
"description": "Volunteer Based Development",
"source": "@site/docs/about/contributing.mdx",
"sourceDirName": "about",
"slug": "/contributing",
"permalink": "/docs/contributing",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/meshtastic/meshtastic/edit/master/docs/about/contributing.mdx",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"sidebarPosition": 3,
"frontMatter": {
"title": "Community Guide",
"sidebar_label": "Contributing",
"slug": "/contributing",
"sidebar_position": 3
},
"sidebar": "Sidebar",
"previous": {
"title": "Range Tests",
"permalink": "/docs/overview/range-tests"
},
"next": {
"title": "FAQs",
"permalink": "/docs/faq"
}
}
Loading

0 comments on commit 18535e9

Please sign in to comment.