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

@@ -50,7 +50,7 @@ Handy conversion guide:
> Outline a high level design with all important components.
![Imgur](http://i.imgur.com/wxXyq2J.png)
![High level design of the data structures for a social network](https://i.imgur.com/wxXyq2J.png)
## Step 3: Design core components
@@ -250,7 +250,7 @@ For internal communications, we could use [Remote Procedure Calls](https://githu
> Identify and address bottlenecks, given the constraints.
![Imgur](http://i.imgur.com/cdCv5g7.png)
![Scaled design of the data structures for a social network](https://i.imgur.com/cdCv5g7.png)
**Important: Do not simply jump right into the final design from the initial design!**