Skip to content

Commit 09b5397

Browse files
authored
Merge pull request #64 from Logofile/sync
Project import generated by Copybara.
2 parents 7895e54 + fc83ce0 commit 09b5397

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+607
-855
lines changed

content/_index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
---
2-
title: "Protocol Buffers"
3-
weight: 5
4-
toc_hide: true
5-
linkTitle: "Protocol Buffers"
6-
no_list: "true"
7-
type: docs
8-
description: "Protocol Buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data."
9-
---
10-
1+
+++
2+
title = "Protocol Buffers"
3+
weight = 5
4+
toc_hide = "true"
5+
description = "Protocol Buffers are language-neutral, platform-neutral extensible mechanisms for serializing structured data."
6+
type = "docs"
7+
no_list = "true"
8+
+++
119

1210
<!--* css: "//depot/includes/suppress-nav.css" *-->
1311

content/downloads.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
---
2-
title: "Downloads"
3-
weight: 1000
4-
toc_hide: false
5-
linkTitle: "Downloads"
6-
no_list: "true"
7-
type: docs
8-
description: "The downloads page for protocol buffers."
9-
---
1+
+++
2+
title = "Downloads"
3+
weight = 1000
4+
description = "The downloads page for protocol buffers."
5+
type = "docs"
6+
+++
107

118
## Release Packages
129

content/getting-started/_index.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
---
2-
title: "Tutorials"
3-
weight: 200
4-
toc_hide: false
5-
linkTitle: "Tutorials"
6-
no_list: "true"
7-
type: docs
8-
description: "Each tutorial in this section shows you how to implement a simple application using protocol buffers in your favourite language, introducing you to the language's protocol buffer API as well as showing you the basics of creating and using .proto files."
9-
---
10-
1+
+++
2+
title = "Tutorials"
3+
weight = 200
4+
description = "Each tutorial in this section shows you how to implement a simple application using protocol buffers in your favourite language, introducing you to the language's protocol buffer API as well as showing you the basics of creating and using .proto files."
5+
type = "docs"
6+
+++
117

12-
Each tutorial in this section shows you how to implement a simple application
13-
using protocol buffers in your favourite language, introducing you to the
14-
language's protocol buffer API as well as showing you the basics of creating and
15-
using .proto files. The complete sample code for each application is also
16-
provided.
8+
The complete sample code for each application is also provided.
179

1810
The tutorials don't assume that you know anything about protocol buffers, but do
1911
assume that you are comfortable writing code in your chosen language, including
2012
using file I/O.
21-
22-
* [C++](/getting-started/cpptutorial)
23-
* [C#](/getting-started/csharptutorial)
24-
* [Dart](/getting-started/darttutorial)
25-
* [Go](/getting-started/gotutorial)
26-
* [Java](/getting-started/javatutorial)
27-
* [Kotlin](/getting-started/kotlintutorial)
28-
* [Python](/getting-started/pythontutorial)

content/getting-started/cpptutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: C++"
3-
weight: 210
4-
toc_hide: false
5-
linkTitle: "C++"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic C++ programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: C++"
3+
weight = 210
4+
linkTitle = "C++"
5+
description = "This tutorial provides a basic C++ programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic C++ programmers introduction to working with
1310
protocol buffers. By walking through creating a simple example application, it

content/getting-started/csharptutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: C#"
3-
weight: 220
4-
toc_hide: false
5-
linkTitle: "C#"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic C# programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: C#"
3+
weight = 220
4+
linkTitle = "C#"
5+
description = "This tutorial provides a basic C# programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic C# programmer's introduction to working with
1310
protocol buffers, using the

content/getting-started/darttutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: Dart"
3-
weight: 230
4-
toc_hide: false
5-
linkTitle: "Dart"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic Dart programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: Dart"
3+
weight = 230
4+
linkTitle = "Dart"
5+
description = "This tutorial provides a basic Dart programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic Dart programmer's introduction to working with
1310
protocol buffers, using the

content/getting-started/gotutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: Go"
3-
weight: 240
4-
toc_hide: false
5-
linkTitle: "Go"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic Go programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: Go"
3+
weight = 240
4+
linkTitle = "Go"
5+
description = "This tutorial provides a basic Go programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic Go programmer's introduction to working with
1310
protocol buffers, using the

content/getting-started/javatutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: Java"
3-
weight: 250
4-
toc_hide: false
5-
linkTitle: "Java"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic Java programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: Java"
3+
weight = 250
4+
linkTitle = "Java"
5+
description = "This tutorial provides a basic Java programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic Java programmer's introduction to working with
1310
protocol buffers. By walking through creating a simple example application, it

content/getting-started/kotlintutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: Kotlin"
3-
weight: 260
4-
toc_hide: false
5-
linkTitle: "Kotlin"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic Kotlin programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: Kotlin"
3+
weight = 260
4+
linkTitle = "Kotlin"
5+
description = "This tutorial provides a basic Kotlin programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic Kotlin programmer's introduction to working with
1310
protocol buffers, using the

content/getting-started/pythontutorial.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
---
2-
title: "Protocol Buffer Basics: Python"
3-
weight: 270
4-
toc_hide: false
5-
linkTitle: "Python"
6-
no_list: "true"
7-
type: docs
8-
description: "This tutorial provides a basic Python programmers introduction to working with protocol buffers."
9-
---
10-
1+
+++
2+
title = "Protocol Buffer Basics: Python"
3+
weight = 270
4+
linkTitle = "Python"
5+
description = "This tutorial provides a basic Python programmers introduction to working with protocol buffers."
6+
type = "docs"
7+
+++
118

129
This tutorial provides a basic Python programmer's introduction to working with
1310
protocol buffers. By walking through creating a simple example application, it

0 commit comments

Comments
 (0)