Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inject-docs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INJECT
inject-docs
Commits
99f91702
There was an error fetching the commit references. Please try again later.
Commit
99f91702
authored
9 months ago
by
Roman Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
remove backend changelog from docs
parent
606f9829
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/index.md
+1
-1
1 addition, 1 deletion
docs/index.md
docs/tech/tech_overview.md
+0
-3
0 additions, 3 deletions
docs/tech/tech_overview.md
mkdocs.yml
+0
-2
0 additions, 2 deletions
mkdocs.yml
utilities.sh
+0
-1
0 additions, 1 deletion
utilities.sh
with
1 addition
and
7 deletions
docs/index.md
+
1
−
1
View file @
99f91702
...
@@ -23,7 +23,7 @@ the platform's architecture, APIs, security measures, and installation procedure
...
@@ -23,7 +23,7 @@ the platform's architecture, APIs, security measures, and installation procedure
-
[
API Documentation
](
tech/api/overview.md
)
:
-
[
API Documentation
](
tech/api/overview.md
)
:
Comprehensive documentation of the APIs provided by IXP, including RESTful APIs.
Comprehensive documentation of the APIs provided by IXP, including RESTful APIs.
-
[
Architecture Overview
](
tech/architecture/overview.md
)
:
-
[
Architecture Overview
](
tech/architecture/overview.md
)
:
Detailed documentation on the architecture of the IXP, including component definition
s and changelogs
.
Detailed documentation on the architecture of the IXP, including component definition.
## INJECT Process
## INJECT Process
...
...
This diff is collapsed.
Click to expand it.
docs/tech/tech_overview.md
+
0
−
3
View file @
99f91702
...
@@ -37,9 +37,6 @@ Each part of this section is designed to help developers, system administrators,
...
@@ -37,9 +37,6 @@ Each part of this section is designed to help developers, system administrators,
-
**[Definitions](architecture/definitions.md)**
:
-
**[Definitions](architecture/definitions.md)**
:
A detailed description of the key components and concepts within the IXP.
A detailed description of the key components and concepts within the IXP.
This section serves as a glossary, helping you understand specific terms and their meanings in the context of the platform.
This section serves as a glossary, helping you understand specific terms and their meanings in the context of the platform.
-
**[Changelog](architecture/CHANGELOG.md)**
:
A log of all the changes, updates, and improvements made to the platform over time.
This document is crucial for keeping track of the platform's evolution and understanding the history of updates and bug fixes.
## Getting Started
## Getting Started
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
0
−
2
View file @
99f91702
...
@@ -17,13 +17,11 @@ nav:
...
@@ -17,13 +17,11 @@ nav:
-
System architecture
:
-
System architecture
:
-
Overview
:
tech/architecture/overview.md
-
Overview
:
tech/architecture/overview.md
-
Definition documentation
:
tech/architecture/definitions.md
-
Definition documentation
:
tech/architecture/definitions.md
-
Backend changelog
:
tech/architecture/CHANGELOG.md
-
Authorization and User Management
:
tech/security.md
-
Authorization and User Management
:
tech/security.md
-
API Documentation
:
-
API Documentation
:
-
Overview
:
tech/api/overview.md
-
Overview
:
tech/api/overview.md
# - Graphql Documentation: tech/api/graphql-docs.md
# - Graphql Documentation: tech/api/graphql-docs.md
-
Rest API documentation
:
tech/api/swagger-docs.md
-
Rest API documentation
:
tech/api/swagger-docs.md
-
Backend changelog
:
tech/architecture/CHANGELOG.md
-
How to prepare an exercise?
:
-
How to prepare an exercise?
:
-
INJECT Process
:
INJECT_process/intro/overview.md
-
INJECT Process
:
INJECT_process/intro/overview.md
-
01 Understand
:
-
01 Understand
:
...
...
This diff is collapsed.
Click to expand it.
utilities.sh
+
0
−
1
View file @
99f91702
...
@@ -13,7 +13,6 @@ mkdir -p files-from-repos
...
@@ -13,7 +13,6 @@ mkdir -p files-from-repos
# Copy files to the respective directories
# Copy files to the respective directories
cp
./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp
./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp
./backend/CHANGELOG.md ./docs/tech/architecture/CHANGELOG.md
cp
./backend/openapi.yml ./docs/tech/api/openapi.yml
cp
./backend/openapi.yml ./docs/tech/api/openapi.yml
cp
./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md
cp
./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md
cp
./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip
cp
./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment