Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubo_final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anastasiia Chirikova
kubo_final
Commits
3d4143b2
Commit
3d4143b2
authored
10 years ago
by
Brian Tiger Chow
Browse files
Options
Downloads
Patches
Plain Diff
feat(tour) exchange, ipns
parent
37ca4475
Branches
Branches containing commit
No related tags found
1 merge request
!1
New
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tour/all.go
+26
-0
26 additions, 0 deletions
tour/all.go
with
26 additions
and
0 deletions
tour/all.go
+
26
−
0
View file @
3d4143b2
...
...
@@ -81,6 +81,19 @@ var allTopics = []Topic{
Topic
{
Routing
(
2
),
Routing_Resolving
},
Topic
{
Routing
(
3
),
Routing_DHT
},
Topic
{
Routing
(
4
),
Routing_Other
},
Topic
{
Exchange
(
0
),
Exchange_Intro
},
Topic
{
Exchange
(
1
),
Exchange_Getting_Blocks
},
Topic
{
Exchange
(
2
),
Exchange_Strategies
},
Topic
{
Exchange
(
3
),
Exchange_Bitswap
},
Topic
{
Ipns
(
0
),
Ipns_Name_System
},
Topic
{
Ipns
(
1
),
Ipns_Mutability
},
Topic
{
Ipns
(
2
),
Ipns_PKI_Review
},
Topic
{
Ipns
(
3
),
Ipns_Publishing
},
Topic
{
Ipns
(
4
),
Ipns_Resolving
},
Topic
{
Ipns
(
5
),
Ipns_Consistency
},
Topic
{
Ipns
(
6
),
Ipns_Records_Etc
},
}
// Introduction
...
...
@@ -185,3 +198,16 @@ var Rouing_Interface = Content{}
var
Routing_Resolving
=
Content
{}
var
Routing_DHT
=
Content
{}
var
Routing_Other
=
Content
{}
var
Exchange_Intro
=
Content
{}
var
Exchange_Bitswap
=
Content
{}
var
Exchange_Strategies
=
Content
{}
var
Exchange_Getting_Blocks
=
Content
{}
var
Ipns_Consistency
=
Content
{}
var
Ipns_Mutability
=
Content
{}
var
Ipns_Name_System
=
Content
{}
var
Ipns_PKI_Review
=
Content
{}
var
Ipns_Publishing
=
Content
{}
var
Ipns_Records_Etc
=
Content
{}
var
Ipns_Resolving
=
Content
{}
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