Skip to content

Commit 763a8c1

Browse files
authored
Restructure website branch to use GitHub pages build (#343)
Now that repository has access to Github Actions, can use the GitHub native Jekyll builder for the website, rather than building the website separately. This simplifies the work to publish updated specifications to the website.
1 parent 0de2054 commit 763a8c1

1,647 files changed

Lines changed: 4 additions & 294967 deletions

File tree

Some content is hidden

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

Gemfile

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

_config.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,8 @@ title: PSA Certified APIs
55
description: The official place for the latest published documents of the PSA Certified APIs
66
logo: assets/img/ARM_LOGO-2025_INK_RGB.svg
77

8-
domain: arm-software.github.io
9-
url: "https://arm-software.github.io"
10-
baseurl: /psa-api/
8+
remote_theme: pages-themes/minimal@v0.2.0
9+
plugins:
10+
- jekyll-remote-theme # add this line to the plugins list if you already have one
1111

12-
theme: jekyll-theme-minimal
13-
14-
include: ["_static", "_images", ".nojekyll"]
15-
16-
source: site-src
17-
destination: docs
18-
19-
github:
20-
repository_url: "https://github.com/ARM-software/psa-api"
21-
repository_nwo: "ARM-software/psa-api"
22-
owner_url: "https://github.com/ARM-software"
23-
owner_name: "ARM-software"
12+
include: _static, _images
File renamed without changes.

docs/attestation/1.0/IHI0085-PSA_Attestation_API-1.0.0.pdf renamed to attestation/1.0/IHI0085-PSA_Attestation_API-1.0.0.pdf

File renamed without changes.

docs/attestation/1.0/IHI0085-PSA_Attestation_API-1.0.1.pdf renamed to attestation/1.0/IHI0085-PSA_Attestation_API-1.0.1.pdf

File renamed without changes.

docs/attestation/1.0/IHI0085-PSA_Attestation_API-1.0.2.pdf renamed to attestation/1.0/IHI0085-PSA_Attestation_API-1.0.2.pdf

File renamed without changes.

docs/attestation/1.0/IHI0085-PSA_Certified_Attestation_API-1.0.3.pdf renamed to attestation/1.0/IHI0085-PSA_Certified_Attestation_API-1.0.3.pdf

File renamed without changes.

docs/attestation/1.0/IHI0085-PSA_Certified_Attestation_API-1.0.4.pdf renamed to attestation/1.0/IHI0085-PSA_Certified_Attestation_API-1.0.4.pdf

File renamed without changes.

0 commit comments

Comments
 (0)