Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources update #45

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/VISSv3.0_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ <h3>Server Tree Example</h3>
<li>The Protocol node MUST be an attribute with a string array datatype with members defining the supported transport protocols.</li>
</ul>
<pre><code>
<embed type="text/yaml" src="resources/server.txt" width="700" height="500">
<embed type="text/yaml" src="resources/server.yml.txt" width="700" height="500">
</code></pre>
A feature that is supported in at least one configuration shall be registered on the Support branch.
The Config branch shall contain the information needed for a client to utilize the feature,
Expand Down
6 changes: 6 additions & 0 deletions spec/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## File extension explanation
The files
* server.yml.txt
* vissv3.0.proto.txt
were given the file extension ".txt" for the purpose of being properly rendered in the VISSv3.0 specification document.
This file extension should be removed before the files are consumed in the contexts they were created for.
File renamed without changes.
Loading