Skip to content

Commit 3671fd4

Browse files
committed
more renaming
1 parent 01b1b88 commit 3671fd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/3_advanced/plugins.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ For github repositories, the naming convention for plugin repositories is:
139139

140140
**Note**: The words are separated by a dash (-) and every word but the program language is Proper case (Initial letter is capitalized and the further letters aren't).
141141

142-
For *Type* it is: Submit, Visual, Download
142+
For *Type* it is: Submit, Rendering, Download
143143

144144
For *Test*: add the Test to the name if it is a framework plugin simply showing off how to write a particular plugin type
145145

@@ -168,7 +168,7 @@ Docker Image Name: synbiohub/plugin-visual-component-use:snapshot (Note that the
168168
### 3.2 Basic Structure
169169
In this section *what the server receives* and the *format of its response* is defined. Below is a section about writing a server/plugin by simply copying and editing the example type.
170170

171-
#### 3.2.1 Visual
171+
#### 3.2.1 Rendering
172172

173173
##### 3.2.1.1 Status
174174

@@ -238,11 +238,11 @@ Sequence View Plugin is a visualisation plugin engine for SynBioHub to enhance t
238238

239239
###### Python
240240

241-
A full example of a visual plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test`
241+
A full example of a rendering plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test`
242242

243243
###### Javascript
244244

245-
A full example of a visual plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test-js`
245+
A full example of a rendering plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test-js`
246246

247247

248248
### 3.3 Submit

0 commit comments

Comments
 (0)