From 2f8541b3d556f2cfc4f92b94c0666b526f5131f6 Mon Sep 17 00:00:00 2001 From: Stacey Syphus <22669486+stever-sas@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:42:22 -0700 Subject: [PATCH] Test sidebar order --- website/docs/examples-by-syntax.md | 4 ++++ website/docs/sas-tools/index.md | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 website/docs/examples-by-syntax.md diff --git a/website/docs/examples-by-syntax.md b/website/docs/examples-by-syntax.md new file mode 100644 index 0000000..ab5d0e1 --- /dev/null +++ b/website/docs/examples-by-syntax.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 3 +--- +# SAS Code Examples Repository \ No newline at end of file diff --git a/website/docs/sas-tools/index.md b/website/docs/sas-tools/index.md index d52e031..46de9ab 100644 --- a/website/docs/sas-tools/index.md +++ b/website/docs/sas-tools/index.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 1 +--- +# SAS Code Examples Repository # Using SAS Tools to Access the Repository Various SAS tools and applications can be used to access and update the `sas-code-examples` repository. Detailed instructions are provided for each tool to accomplish the following steps: 1. Create a forked copy of `sas-code-examples`