1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 06:12:53 +02:00

Add postgresql roadmap

This commit is contained in:
Kamran Ahmed
2023-04-18 13:40:41 +01:00
parent ad71b6398d
commit 855ba7bbfb
198 changed files with 6296 additions and 6430 deletions

View File

@@ -59,7 +59,8 @@ function writeTopicContent(currTopicUrl) {
.slice(-2)
.map((topic) => topic.replace(/-/g, ' '));
const roadmapTitle = roadmapId.replace(/-/g, ' ');
// const roadmapTitle = roadmapId.replace(/-/g, ' ');
const roadmapTitle = 'PostgreSQL';
let prompt = `I am reading a guide about "${roadmapTitle}". I am on the topic "${parentTopic}". I want to know more about "${childTopic}". Write me a brief summary for that topic. Content should be in markdown. Behave as if you are the author of the guide.`;
if (!childTopic) {