Skip to content

Commit

Permalink
🛠️Move source code from docs folder (#84)
Browse files Browse the repository at this point in the history
<!-- describe the change, why is it needed and what does it accomplish
as per https://ssw.com.au/rules/write-a-good-pull-request/ -->

Related to #83 

As per the conversation with @adamcogan, he suggested moving out the
source code from "docs" folder, into a new "content" folder.

- Moved source code to "content" folder
- Moved images used in README to "docs/images"

<!-- Add done video, screenshots as per
https://ssw.com.au/rules/record-a-quick-and-dirty-done-video/-->

<!-- As per rule https://www.ssw.com.au/rules/over-the-shoulder-prs -->
<!-- Getting the PR merged is part of the task - Call someone to review
your changes to get them merged ASAP -->
  • Loading branch information
vladislav-kir authored Oct 22, 2023
2 parents b99ffdb + 13d4d1c commit d0525fc
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
# Set working directory
defaults:
run:
working-directory: ./docs
working-directory: ./content

jobs:
build-site:
Expand All @@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: out
path: ./docs/out
path: ./content/out
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ SSW.Dory is a solution to keep track of SharePoint files that have been checked

## Architecture Diagram

![SSW Dory architecture diagram](./docs/public/dory-architecture-diagram.webp)
![SSW Dory architecture diagram](./docs/images/dory-architecture-diagram.webp)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/package.json → content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"name": "content",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SSW.Dory Landing Page

## Architecture Overview
![SSW Dory architecture diagram](./public/dory-website-architecture-diagram.webp)
![SSW Dory architecture diagram](./images/dory-website-architecture-diagram.webp)

## Get Started

Expand Down
Binary file added docs/images/dory-architecture-diagram.webp
Binary file not shown.

0 comments on commit d0525fc

Please sign in to comment.