Skip to content

Commit b84cef0

Browse files
committed
chore: code cleanup and improvements
1 parent 3015c48 commit b84cef0

File tree

12 files changed

+814
-937
lines changed

12 files changed

+814
-937
lines changed

.env.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@
99
# You can get this from the Google Cloud Console
1010
# Create an API Key and restrict it to the Google Calendar API
1111
# GOOGLE_API_KEY=your_google_calendar_api_key_here
12-
13-
# Optional: Directory paths (defaults to current directory and home)
14-
# MEETINGS_CONFIG_DIR=./
15-
# MEETINGS_OUTPUT_DIR=~/.make-node-meeting/

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,19 +209,11 @@ The application creates:
209209

210210
- `GITHUB_TOKEN`: GitHub Personal Access Token
211211
- `HACKMD_API_TOKEN`: HackMD API token for creating and managing documents
212-
213-
#### HackMD Configuration (optional)
214-
215-
- `HACKMD_TEAM_NAME`: HackMD team name/path for team workspaces
216-
217-
#### Google Authentication
218-
219212
- `GOOGLE_API_KEY`: Google Calendar API Key for read-only calendar access
220213

221214
#### Optional
222215

223-
- `MEETINGS_CONFIG_DIR`: Configuration directory (default: `./`)
224-
- `MEETINGS_OUTPUT_DIR`: Output directory (default: `~/.make-node-meeting/`)
216+
- `HACKMD_TEAM_NAME`: HackMD team name/path for team workspaces
225217

226218
### Meeting Base Configuration
227219

create-node-meeting-artifacts.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* Optional Environment Variables:
1616
* - HACKMD_TEAM_NAME: HackMD team name/path (optional)
1717
* - MEETINGS_CONFIG_DIR: Directory containing meeting templates (default: ./)
18-
* - MEETINGS_OUTPUT_DIR: Directory for meeting output files (default: ~/.make-node-meeting/)
1918
*
2019
* Usage:
2120
* node create-node-meeting-artifacts.mjs [meetingGroup]

0 commit comments

Comments
 (0)