Skip to content

Commit

Permalink
docs: completed a setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hirohata committed Sep 24, 2024
1 parent 0ccb506 commit e5d9364
Show file tree
Hide file tree
Showing 20 changed files with 244 additions and 602 deletions.
2 changes: 1 addition & 1 deletion docs/project/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: [require.resolve("@docusaurus/core/lib/babel/preset"), {}],
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
14 changes: 14 additions & 0 deletions docs/project/docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
sidebar_position: 1
title: About
---

# Exogenesis: Ensemble Part 3 (Redemption)

## Motivation

This application is for uploading my family's videos.
Now, I live separately from my family.
I cannot see growing my child directly, but my spouse sends me pictures and videos.
My spouse and I don't want to lose those records.
Therefore, I created (or am creating) an app to share and back up those memories, which I cannot start those days over again.
47 changes: 0 additions & 47 deletions docs/project/docs/intro.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/project/docs/technical-information/Architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 1
---

## Structure

![structure-overview](/img/structure/structure-overvies.drawio.svg)

1. The client App sends a request to the lambda, then the lambda sign and returns a pre-signed URL.
2. The client App uploads assets to the S3.
3. Once the assets are uploaded, the lambda is triggered with the uploaded asset information.
4. The lambda archives the assets to the glacier
5. The lambda get a vault to the DynamoDB
8 changes: 8 additions & 0 deletions docs/project/docs/technical-information/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Technical information",
"position": 2,
"link": {
"type": "generated-index",
"description": "Technical Information"
}
}
8 changes: 0 additions & 8 deletions docs/project/docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions docs/project/docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/project/docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/project/docs/tutorial-basics/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/project/docs/tutorial-basics/create-a-page.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/project/docs/tutorial-basics/deploy-your-site.md

This file was deleted.

Loading

0 comments on commit e5d9364

Please sign in to comment.