Skip to content

Commit

Permalink
Moved source code to "content" folder
Browse files Browse the repository at this point in the history
Moved images used in README to "docs/images"
  • Loading branch information
vladislav-kir committed Oct 16, 2023
1 parent b99ffdb commit cf06e32
Show file tree
Hide file tree
Showing 25 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
File renamed without changes.

0 comments on commit cf06e32

Please sign in to comment.