Skip to content

Commit

Permalink
Merge pull request #81 from hakanson/feat/highlightjs-3
Browse files Browse the repository at this point in the history
feat: update highlightjs-cedar version
  • Loading branch information
AMZ-brandon authored Jan 30, 2024
2 parents 7a2a3a5 + e667649 commit da24616
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Site wide configuration

title: Cedar Policy Language Version 2.3 Reference Guide
title: Cedar Policy Language Reference Guide
locale: en_US
logo: images/Cedar1-green.png

Expand Down
2 changes: 1 addition & 1 deletion docs/collections/_policies/syntax-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ when {

The scope values of `principal`, `action`, and `resource` represent stable information in the system and must be present in every request. In comparison, `context` represents information about a point-in-time request and is required only for relevant request scenarios.

Context elements take the following two forms:
Condition elements take the following two forms:

+ [`when`](#term-parc-context-when)
+ [`unless`](#term-parc-context-unless)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nav_order: 2
# Welcome to the Cedar policy language {#welcome-to-cedar}
{: .no_toc }

This guide is a reference for [Version 2.3](other/doc-history.html) of the Cedar policy language.
This guide is a reference for [Version 3.0](other/doc-history.html) of the Cedar policy language.

Cedar is a language for writing authorization policies and making authorization decisions based on those policies. When you create an application, you need to ensure that only authorized users can access the application, and can do only what each user is authorized to do.

Expand Down
2 changes: 1 addition & 1 deletion docs/js/hljs-cedar.min.js

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

0 comments on commit da24616

Please sign in to comment.