Skip to content

Commit bdbe41b

Browse files
committed
updated files
1 parent 14fd1ae commit bdbe41b

File tree

1,951 files changed

+276
-494725
lines changed

Some content is hidden

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

1,951 files changed

+276
-494725
lines changed
Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
1-
name: Build and Deploy Documentation Portal
1+
name: Deploy Documentation Portal
22

33
on:
44
push:
55
branches: [ main ]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pages: write
11+
id-token: write
12+
813
jobs:
9-
build:
14+
deploy:
1015
runs-on: ubuntu-latest
16+
environment:
17+
name: github-pages
18+
url: ${{ steps.deployment.outputs.page_url }}
1119
steps:
1220
- uses: actions/checkout@v3
1321

14-
- name: Setup Node.js
15-
uses: actions/setup-node@v3
16-
with:
17-
node-version: '18'
18-
19-
- name: Install dependencies
20-
run: npm install
21-
22-
- name: Build site
23-
run: npm run build
24-
2522
- name: Deploy to GitHub Pages
23+
id: deployment
2624
uses: peaceiris/actions-gh-pages@v3
2725
with:
2826
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
publish_dir: ./build/site
27+
publish_dir: .
28+
publish_branch: gh-pages
29+
commit_message: "Deploy documentation portal"
30+
force_orphan: true

.github/workflows/deploy.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# industrialdigitaltwin.io
1+
# Industrial Digital Twin Documentation Portal
2+
3+
This repository serves as the main documentation portal for the Industrial Digital Twin Association (IDTA), providing a unified entry point to documentation from multiple sources.
4+
5+
## Overview
6+
7+
This portal provides direct links to:
8+
- [AAS Specifications Documentation](https://admin-shell-io.github.io/aas-specifications/)
9+
- [IDTA Submodel Templates Documentation](https://admin-shell-io.github.io/idta-submodel-templates/)
10+
11+
Each documentation source maintains its own repository and build process. This portal serves as a unified entry point under the industrialdigitaltwin.io domain.
12+
13+
## Structure
14+
15+
- `index.html` - Main landing page with links to documentation
16+
- `CNAME` - Custom domain configuration
17+
- `.nojekyll` - Prevents GitHub Pages from processing with Jekyll
18+
- `.github/workflows/` - GitHub Actions workflow for deployment
19+
20+
## Development
21+
22+
To preview the site locally, simply open `index.html` in your web browser.
23+
24+
## Contributing
25+
26+
1. For AAS Specifications documentation, contribute to the [aas-specifications](https://github.com/admin-shell-io/aas-specifications) repository
27+
2. For Submodel Templates documentation, contribute to the [idta-submodel-templates](https://github.com/admin-shell-io/idta-submodel-templates) repository
28+
3. For portal changes (landing page, navigation), contribute to this repository
29+
30+
## License
31+
32+
ISC

antora-playbook.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

index.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)