Skip to content

Commit a923322

Browse files
authored
Merge pull request #3122 from adumesny/master
moved autogenerated documents to /doc, leaving CHANGE.md alone
2 parents c42945c + cfa8559 commit a923322

File tree

130 files changed

+217
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+217
-254
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ jobs:
4949
mkdir -p deploy
5050
5151
# Create proper directory structure for GitHub Pages
52-
mkdir -p deploy/docs/html
53-
mkdir -p deploy/angular/docs/html
52+
mkdir -p deploy/doc/html
53+
mkdir -p deploy/angular/doc/html
5454
5555
# Copy main library HTML documentation
56-
if [ -d "docs/html" ]; then
57-
cp -r docs/html/* deploy/docs/html/
56+
if [ -d "doc/html" ]; then
57+
cp -r doc/html/* deploy/doc/html/
5858
fi
5959
6060
# Copy Angular library HTML documentation
61-
if [ -d "angular/docs/html" ]; then
62-
cp -r angular/docs/html/* deploy/angular/docs/html/
61+
if [ -d "angular/doc/html" ]; then
62+
cp -r angular/doc/html/* deploy/angular/doc/html/
6363
fi
6464
6565
# Copy redirect index.html to root
66-
if [ -f "docs/index.html" ]; then
67-
cp docs/index.html deploy/
66+
if [ -f "doc/index.html" ]; then
67+
cp doc/index.html deploy/
6868
fi
6969
7070
# Ensure .nojekyll exists to prevent Jekyll processing
@@ -77,11 +77,11 @@ jobs:
7777
<html>
7878
<head>
7979
<title>GridStack.js Documentation</title>
80-
<meta http-equiv="refresh" content="0; url=./docs/html/">
80+
<meta http-equiv="refresh" content="0; url=./doc/html/">
8181
</head>
8282
<body>
8383
<h1>GridStack.js Documentation</h1>
84-
<p>Redirecting to <a href="./docs/html/">API Documentation</a>...</p>
84+
<p>Redirecting to <a href="./doc/html/">API Documentation</a>...</p>
8585
</body>
8686
</html>
8787
EOF

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Join us on Slack: [https://gridstackjs.slack.com](https://join.slack.com/t/grids
5959

6060
# Demo and API Documentation
6161

62-
Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/), and complete [API documentation](https://gridstack.github.io/gridstack.js/docs/html/) ([markdown](https://github.com/gridstack/gridstack.js/tree/master/doc))
62+
Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/), and complete [API documentation](https://gridstack.github.io/gridstack.js/doc/html/) ([markdown](https://github.com/gridstack/gridstack.js/tree/master/doc/API.md))
6363

6464
# Usage
6565

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)