Skip to content

Commit cf8b023

Browse files
pull[bot]github-actions[bot]
authored andcommitted
chore: update roadmap content json
1 parent 24eace0 commit cf8b023

27 files changed

+8743
-181
lines changed

public/roadmap-content/ai-agents.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,12 @@
557557
"type": "article"
558558
},
559559
{
560-
"title": "From Prompt to Production: Github Blog",
560+
"title": "From Prompt to Production: GitHub Blog",
561561
"url": "https://github.blog/ai-and-ml/github-copilot/from-prompt-to-production-building-a-landing-page-with-copilot-agent-mode/",
562562
"type": "article"
563563
},
564564
{
565-
"title": "Github Copilot",
565+
"title": "GitHub Copilot",
566566
"url": "https://github.com/features/copilot",
567567
"type": "article"
568568
}

public/roadmap-content/android.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"description": "`Git` is a highly efficient and flexible distributed version control system that was created by **Linus Torvalds**, the creator of Linux. It allows multiple developers to work on a project concurrently, providing tools for non-linear development and tracking changes in any set of files. Git has a local repository with a complete history and version-tracking capabilities, allowing offline operations, unlike SVN. It ensures data integrity and provides strong support for non-linear development with features such as branching and merging.\n\nVisit the following resources to learn more:",
191191
"links": [
192192
{
193-
"title": "Git and Github Roadmap",
193+
"title": "Git and GitHub Roadmap",
194194
"url": "https://roadmap.sh/git-github",
195195
"type": "article"
196196
},
@@ -211,7 +211,7 @@
211211
"description": "**GitHub** is a cloud-based hosting service for managing software version control using Git. It provides a platform for enabling multiple developers to work together on the same project at the same time. With GitHub, codes can be stored publicly, allowing for collaboration with other developers or privately for individual projects. Key features of GitHub include code sharing, task management, and version control, among others. GitHub also offers functionalities such as bug tracking, feature requests, and task management for the project.\n\nVisit the following resources to learn more:",
212212
"links": [
213213
{
214-
"title": "Git and Github Roadmap",
214+
"title": "Git and GitHub Roadmap",
215215
"url": "https://roadmap.sh/git-github",
216216
"type": "article"
217217
},
@@ -221,7 +221,7 @@
221221
"type": "article"
222222
},
223223
{
224-
"title": "Github Documentation",
224+
"title": "GitHub Documentation",
225225
"url": "https://docs.github.com/",
226226
"type": "article"
227227
}
@@ -245,15 +245,15 @@
245245
},
246246
"Q47BtQphp59NkkZoeNXmP": {
247247
"title": "GitLab",
248-
"description": "`Gitlab` is a web-based DevOps lifecycle tool which provides a Git-repository manager, along with continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. Users can manage and create their software projects and repositories, and collaborate on these projects with other members. `Gitlab` also allows users to view analytics and open issues of their project. It stands next to other version control tools like `GitHub` and `Bitbucket`, but comes with its own set of additional features and nuances. For Android development, `Gitlab` can be particularly useful owing to its continuous integration and deployment system which can automate large parts of the app testing and deployment.\n\nVisit the following resources to learn more:",
248+
"description": "`GitLab` is a web-based DevOps lifecycle tool which provides a Git-repository manager, along with continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. Users can manage and create their software projects and repositories, and collaborate on these projects with other members. `GitLab` also allows users to view analytics and open issues of their project. It stands next to other version control tools like `GitHub` and `Bitbucket`, but comes with its own set of additional features and nuances. For Android development, `GitLab` can be particularly useful owing to its continuous integration and deployment system which can automate large parts of the app testing and deployment.\n\nVisit the following resources to learn more:",
249249
"links": [
250250
{
251-
"title": "Gitlab",
251+
"title": "GitLab",
252252
"url": "https://about.gitlab.com/",
253253
"type": "article"
254254
},
255255
{
256-
"title": "Gitlab Documentation",
256+
"title": "GitLab Documentation",
257257
"url": "https://docs.gitlab.com/",
258258
"type": "article"
259259
}

public/roadmap-content/backend.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
"type": "article"
501501
},
502502
{
503-
"title": "What is Gitlab and Why Use It?",
503+
"title": "What is GitLab and Why Use It?",
504504
"url": "https://www.youtube.com/watch?v=bnF7f1zGpo4",
505505
"type": "video"
506506
}
@@ -2994,7 +2994,7 @@
29942994
"description": "Solr is an open-source, highly scalable search platform built on Apache Lucene, designed for full-text search, faceted search, and real-time indexing. It provides powerful features for indexing and querying large volumes of data with high performance and relevance. Solr supports complex queries, distributed searching, and advanced text analysis, including tokenization and stemming. It offers features such as faceted search, highlighting, and geographic search, and is commonly used for building search engines and data retrieval systems in various applications, from e-commerce to content management.\n\nVisit the following resources to learn more:",
29952995
"links": [
29962996
{
2997-
"title": "Solr on Github",
2997+
"title": "Solr on GitHub",
29982998
"url": "https://github.com/apache/solr",
29992999
"type": "opensource"
30003000
},

0 commit comments

Comments
 (0)