Add pandoc for PDF creation and GitHub Actions for auto-generation

This commit is contained in:
Rick Calixte
2021-12-26 02:00:40 -05:00
parent 3df19b2e4f
commit f733e5970e
32 changed files with 1092 additions and 169 deletions

View File

@@ -70,7 +70,7 @@ Handy conversion guide:
> Outline a high level design with all important components.
![Imgur](http://i.imgur.com/vwMa1Qu.png)
![High level design of Amazon's sales ranking by category feature](https://i.imgur.com/vwMa1Qu.png)
## Step 3: Design core components
@@ -239,7 +239,7 @@ For internal communications, we could use [Remote Procedure Calls](https://githu
> Identify and address bottlenecks, given the constraints.
![Imgur](http://i.imgur.com/MzExP06.png)
![Scaled design of Amazon's sales ranking by category feature](https://i.imgur.com/MzExP06.png)
**Important: Do not simply jump right into the final design from the initial design!**