Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e64225c1
Commit
e64225c1
authored
Jun 28, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
d26a16f2
b0845b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
5 deletions
+37
-5
doc/development/documentation/site_architecture/index.md
doc/development/documentation/site_architecture/index.md
+37
-5
No files found.
doc/development/documentation/site_architecture/index.md
View file @
e64225c1
...
@@ -11,8 +11,40 @@ and deploy it to <https://docs.gitlab.com>.
...
@@ -11,8 +11,40 @@ and deploy it to <https://docs.gitlab.com>.
While the source of the documentation content is stored in GitLab's respective product
While the source of the documentation content is stored in GitLab's respective product
repositories, the source that is used to build the documentation site _from that content_
repositories, the source that is used to build the documentation site _from that content_
is located at
<https://gitlab.com/gitlab-com/gitlab-docs>
. See the README there for
is located at
<https://gitlab.com/gitlab-com/gitlab-docs>
.
detailed information.
The following diagram illustrates the relationship between the repositories
from where content is sourced, the
`gitlab-docs`
project, and the published output.
```
mermaid
graph LR
A[gitlab-ce/doc]
B[gitlab-ee/doc]
C[gitlab-runner/docs]
D[omnibus-gitlab/doc]
E[charts/doc]
F[gitlab-docs]
A --> F
B --> F
C --> F
D --> F
E --> F
F -- Build pipeline --> G
G[docs.gitlab.com]
H[/ce/]
I[/ee/]
J[/runner/]
K[/omnibus/]
L[/charts/]
G --> H
G --> I
G --> J
G --> K
G --> L
```
See the
[
README there
](
https://gitlab.com/gitlab-com/gitlab-docs/blob/master/README.md
)
for detailed information.
## Assets
## Assets
...
@@ -22,9 +54,9 @@ the GitLab Documentation website.
...
@@ -22,9 +54,9 @@ the GitLab Documentation website.
### Libraries
### Libraries
-
[
Bootstrap
3.3 components
](
https://getbootstrap.com/docs/3
.3/components/
)
-
[
Bootstrap
4.3.1 components
](
https://getbootstrap.com/docs/4
.3/components/
)
-
[
Bootstrap
3.3 JS
](
https://getbootstrap.com/docs/3.3
/javascript/
)
-
[
Bootstrap
4.3.1 JS
](
https://getbootstrap.com/docs/4.3/getting-started
/javascript/
)
-
[
jQuery
](
https://jquery.com/
)
3.
2
.1
-
[
jQuery
](
https://jquery.com/
)
3.
3
.1
-
[
Clipboard JS
](
https://clipboardjs.com/
)
-
[
Clipboard JS
](
https://clipboardjs.com/
)
-
[
Font Awesome 4.7.0
](
https://fontawesome.com/v4.7.0/icons/
)
-
[
Font Awesome 4.7.0
](
https://fontawesome.com/v4.7.0/icons/
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment