Add some docs about architecture #459
No reviewers
Labels
No Label
a11y
Backlog
Blocked
Bug
Content
Dependencies
Design
Feature Request
Good First Issue
In Progress
Performance
Priority - High
Priority - Low
Priority - Medium
Untriaged
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: www/www-new#459
Loading…
Reference in New Issue
No description provided.
Delete Branch "adi-architecture-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#128
Cancelled CI because we don't need it.
@ -0,0 +27,4 @@
The two main scripts that we have today are:
- `generate-calendar`: to generate an ical file that consumes events using the `/lib` folder - writing the resulting file to `public/events.ics`
- `optimize-images`: to optimize images present in the `images` folder and write the optimized images in the `public/images` folder for the website to consume
It might be nice to mention, either here or below, that the script also resizes images. (eg. "optimize-images: to resize and optimize images present in the
images
folder...")It could also be nice to mention that we have
npm run build:calendar
andnpm run build:images
to generate the calendar and optimize the images, respectively.npm run build:images
is particularly important, as none of the images will show up if you don't run it at least once.Though at this rate, I'm thinking I should write some separate docs with more details about image optimization... 🙃
I'll defer the first one to later when we create a doc for the optimize images script.
I can include the second one in there.
@ -23,3 +31,3 @@
# Deploy
## Deploy
- `groups` (make sure you're in the `www` group)
I don't really know what groups are, I'm guessing this is groups that we can check on CEO and the solution is to contact syscom if someone is not in the group?
it's the linux
groups
commandThis is super helpful, thanks for taking to time to write it out!!