Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7746a0

Browse files
authored
docs: Address some broken anchors (#8000)
Some are runtime generated in the report and so are false positives. Butthere are still others that need to be addressed, this is just the easyones.Signed-off-by: Charlie Egan <charlie_egan@apple.com>
1 parent4aa4554 commitc7746a0

File tree

9 files changed

+74
-89
lines changed

9 files changed

+74
-89
lines changed

‎docs/docs/index.md‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ and rules and observe the difference in output.
119119

120120
They can also be run locally on your machine using the
121121
[`opa eval` command, here are setup instructions.](#running-opa)
122-
123-
Note that the examples in this section try to represent the best practices.
124-
As such, they make use of keywords that are meant to become standard keywords
125-
at some point in time, but have been introduced gradually.
126-
[See the docs on_future keywords_](./docs/policy-language/#future-keywords)
127-
for more information.
128122
:::
129123

130124
:::note
@@ -907,7 +901,7 @@ shasum -c $BINARY_NAME.sha256
907901

908902
###2. Try`opa eval`
909903

910-
The simplest way to interact with OPA is via the command-line using the[`opa eval` sub-command](./docs/cli/#opa-eval).
904+
The simplest way to interact with OPA is via the command-line using the[`opa eval` sub-command](./docs/cli#eval).
911905
It is a swiss-army knife that you can use to evaluate arbitrary Rego expressions and policies.
912906
`opa eval` supports a large number of options for controlling evaluation.
913907
Commonly used flags include:
@@ -990,7 +984,7 @@ echo $?
990984
###3. Try`opa run` (interactive)
991985

992986
OPA includes an interactive shell or REPL (Read-Eval-Print-Loop) accessible via
993-
the[`opa run` sub-command](./docs/cli/#opa-run).
987+
the[`opa run` sub-command](./docs/cli#run).
994988
You can use the REPL to experiment with policies and prototype new ones.
995989

996990
To start the REPL just:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp