Commit 65fbe53c authored by gianpietro1's avatar gianpietro1
Browse files

fix navigation & upload script

parent b1575c95
......@@ -6,13 +6,6 @@ The onboarded VNF should aim to fulfill the lifecycle stages it requires to func
![](assets/vnfonboarding.gif)
More information on the delimitation of these stages can be found in the [*OSM Scope and Functionality*](http://osm-download.etsi.org/ftp/Documentation/201902-osm-scope-white-paper/#!02-osm-scope-and-functionality.md) document.
More information on the delimitation of these stages can be found in the [_OSM Scope and Functionality_](http://osm-download.etsi.org/ftp/Documentation/201902-osm-scope-white-paper/#!02-osm-scope-and-functionality.md) document.
This document provides guidelines for building the VNF Package to achieve each lifecycle stage successfully and is structured as follows:
1. Onboarding Requirements
2. Day 0: VNF Instantiation & management setup
3. Day 1: VNF Services initialization
4. Day 2: VNF Runtime operations
5. Known issues
6. VNF Onboarding Walkthrough
This document provides guidelines for building the VNF Package to achieve each lifecycle stage successfully.
......@@ -15,7 +15,7 @@ Welcome to Open Source MANO's VNF Onboarding guide!
02-day0
03-day1
04-day2
05-basic-examples
05-quickstarts
06-walkthrough
07-knfwalkthrough
08-advanced-charms
......
......@@ -3,13 +3,13 @@
</code>
[Home](index.md)
[Introduction](00-introduction.md)
[Introduction](00-introduction.md)
[Onboarding Requirements](01-requirements.md)
[Day 0: VNF Instantiation & Management setup](02-day0.md)
[Day 1: VNF Services Initialization](03-day1.md)
[Day 2: VNF Runtime Operations](04-day2.md)
[Basic Examples](05-basic-examples.md)
[Quickstarts](05-quickstarts.md)
[VNF Onboarding Walkthrough](06-walkthrough.md)
[KNF Onboarding Walkthrough](07-knfwalkthrough.md)
[Advanced Charms](08-advanced-charms.md)
[Additional References](09-references.md)
\ No newline at end of file
[Additional References](09-references.md)
......@@ -11,7 +11,7 @@ lftp -u $USER_INPUT,$PASSWORD_INPUT ftp://osm-download.etsi.org << !
lcd _build
cd Documentation
mirror -R html vnf-onboarding-guidelines-new
rm -r vnf-onboarding-guidelines
rm -rf vnf-onboarding-guidelines
mv vnf-onboarding-guidelines-new vnf-onboarding-guidelines
bye
!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment