@@ -48,7 +48,6 @@ First steps
48
48
intro/overview
49
49
intro/install
50
50
intro/tutorial
51
- intro/examples
52
51
53
52
:doc: `intro/overview `
54
53
Understand what `appimage-builder ` is and how it can help you.
@@ -59,65 +58,36 @@ First steps
59
58
:doc: `intro/tutorial `
60
59
Write your first `appimage-builder ` recipe.
61
60
62
- :doc: `intro/examples `
63
- Learn more by playing with a pre-made `appimage-builder ` project.
64
-
65
- ===============
66
- Advanced topics
67
- ===============
68
-
69
61
.. toctree ::
70
- :caption: Advanced topics
71
- :hidden:
72
-
73
- advanced/updates
74
-
75
- advanced/signing
76
-
77
- advanced/testing
78
-
79
- advanced/troubleshooting
62
+ :caption: Examples
80
63
64
+ examples/bash
65
+ examples/gnome
66
+ examples/kde
67
+ examples/multimedia
81
68
82
- :doc: `advanced/updates `
83
- Add delta updates support to your AppImage
69
+ .. toctree ::
70
+ :caption: Advanced topics
71
+ :hidden:
84
72
85
- :doc: `advanced/signing `
86
- Sign your binaries to protect your users
73
+ advanced/updates
74
+ advanced/signing
75
+ advanced/testing
76
+ advanced/troubleshooting
87
77
88
- :doc: `advanced/testing `
89
- Test in different systems
90
78
91
- :doc: `advanced/troubleshooting `
92
- Find and fix issues
93
79
94
- ===============
95
- Hosted Services
96
- ===============
97
80
98
81
.. toctree ::
99
- :caption: Hosted Services
100
- :hidden:
101
-
102
- hosted-services/gitlab-ci
103
-
104
- hosted-services/github-actions
82
+ :caption: Hosted Services
83
+ :hidden:
105
84
106
- :doc: ` hosted-services/gitlab-ci `
107
- Learn how to produce AppImages on Gitlab instances
85
+ hosted-services/gitlab-ci
86
+ hosted-services/github-actions
108
87
109
- :doc: `hosted-services/github-actions `
110
- Learn how to produce AppImages using GitHub Actions
111
-
112
- ====================
113
- Recipe specification
114
- ====================
115
88
116
89
.. toctree ::
117
- :caption: Recipe specification
118
- :hidden:
119
-
120
- recipe/version_1
90
+ :caption: Reference
91
+ :hidden:
121
92
122
- :doc: `recipe/version_1 `
123
- Specification of the `appimage-builder ` version 1 recipe format.
93
+ reference/version_1
0 commit comments