Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OCF
documentation
Commits
1d4e40c3
Commit
1d4e40c3
authored
1 year ago
by
Jorge Moratinos
Browse files
Options
Downloads
Patches
Plain Diff
Fixing error on markdown
parent
470dae75
No related branches found
No related tags found
1 merge request
!5
Fixing error on markdown
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-2
6 additions, 2 deletions
README.md
doc/index.md
+16
-6
16 additions, 6 deletions
doc/index.md
with
22 additions
and
8 deletions
README.md
+
6
−
2
View file @
1d4e40c3
...
...
@@ -50,11 +50,15 @@ The easy way to check if documentation will be generated properly is check local
```
pip install -q mkdocs-material mike
```
3.
Run mike development server:
3.
Set default tag:
```
mike set-default --allow-undefined version1
```
4.
Run mike development server:
```
mike deploy version1; mike serve
```
4
.
Use any web browser to reach http://localhost:8000/version1/
1
.
Use any web browser to reach http://localhost:8000/version1/
> **To see changes on documentation you will need to restart mike server**
...
...
This diff is collapsed.
Click to expand it.
doc/index.md
+
16
−
6
View file @
1d4e40c3
...
...
@@ -3,22 +3,32 @@
# Release X.X.X-rc
This release includes next changes:
-
New register flow to ensure:
**New register flow to ensure:**
-
isolation between CCF and Register services.
-
Improve security, with split resposability between administrator operations and common user.
-
Improved Testing with Robot in order to cover:
**Improved Testing with Robot in order to cover:**
-
New Register flows.
-
Allow different URLs for register, ccf and vault services.
-
Improved security on DB:
**Improved security on DB:**
-
Credentials requested to access mongo databases.
-
Credentials requested also by mongo-express.
-
Scripts upgraded:
**Scripts upgraded:**
-
docker compose version 2 used on them.
-
New cleaning script developed.
-
Cleanup of capif repository:
**Cleanup of capif repository:**
-
Documentation is now on splitted repository [OCF Documentation Repository]
-
Test plan was moved to [OCF Documentation Repository]
-
Some o
bsolote data is removed.
-
O
bsolote data is removed.
# Release 0.0
...
...
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