Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /site

Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1)

---
updated-dependencies:
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 1ad8bf113202e58d6cd792d197ac67bd8b243a77
  1. .github/
  2. sgx-sdk-api-docs/
  3. site/
  4. tz-sdk-api-docs/
  5. .asf.yaml
  6. .dockerignore
  7. .gitignore
  8. Dockerfile
  9. LICENSE
  10. NOTICE
  11. README.md
README.md

Apache Teaclave™ Website

The official website for Apache Teaclave™, generated with the Docusaurus static site generator. This repository contains the source code and configuration for the Teaclave project website, including documentation for Teaclave TrustZone SDK, Teaclave SGX SDK, and related components.

Quick Start

Building the Website

  1. Build the Docker container:

    docker build . -t website
    
  2. Run the container and build the site:

    docker run -it --rm -v $(pwd):/app/repo website /bin/bash
    cd site
    make build
    

Deployment

To deploy the generated site to the staging and production environments:

# Deploy to staging
ghp-import --no-history --force site/build/ -b asf-staging
git push -f asf-staging

# Deploy to production
ghp-import --no-history --force site/build/ -b asf-site
git push -f asf-site

Website URLs