Skip to content

Commit

Permalink
Updates for new document format
Browse files Browse the repository at this point in the history
The documentation has been moved to doc/ and updated to be published to
read the doc with in particular table of content.

The documentation is now parsed to follow the ToC, point the images to
the right addresses and remove internal links.
  • Loading branch information
jibel committed Oct 24, 2023
1 parent 2663951 commit 95e2131
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 278 deletions.
123 changes: 64 additions & 59 deletions adsys.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions adsys.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ service service {
rpc DumpPolicies(DumpPoliciesRequest) returns (stream StringResponse);
rpc DumpPoliciesDefinitions(DumpPolicyDefinitionsRequest) returns (stream DumpPolicyDefinitionsResponse);
rpc GetDoc(GetDocRequest) returns (stream StringResponse);
rpc ListDoc(ListDocRequest) returns (stream StringResponse);
rpc ListDoc(Empty) returns (stream ListDocReponse);
rpc ListUsers(ListUsersRequest) returns (stream StringResponse);
rpc GPOListScript(Empty) returns (stream StringResponse);
rpc CertAutoEnrollScript(Empty) returns (stream StringResponse);
Expand Down Expand Up @@ -60,6 +60,6 @@ message GetDocRequest {
string chapter = 1;
}

message ListDocRequest {
bool raw = 1; // Set to true to not format the output of the table of content
}
message ListDocReponse {
repeated string chapters = 1;
}
Loading

0 comments on commit 95e2131

Please sign in to comment.