Skip to content
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
3 changes: 3 additions & 0 deletions website/docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
---
sidebar_position: 1
---
# SAS Code Examples Repository
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions website/docs/sas-tools/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Using SAS Tools to Access Repository
Various SAS tools and applications can be used to access and updates the sas-code-examples repository. Detailed steps are provided for each tool to accomplish the following steps:
1. Create a forked copy of sas-code-examples
2. Create a Git Profile in SAS Studio
3. Clone the repository in SAS Studio
4. Create/modify programs and update forked repository
5. Merge changes into main repository
6. Keep personal fork in sync with main repository