Skip to content

Commit

Permalink
Merge pull request #5 from planetf1/initial
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 authored May 1, 2024
2 parents db3aff0 + 80b31d2 commit a6f9211
Show file tree
Hide file tree
Showing 44 changed files with 75 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
name: 🐞 Bug
description: File a bug/issue
title: "bug: "
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
blank_issues_enabled: false
contact_links:
- name: Support Request
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
name: Enhancement Tracking Issue
description: Provide supporting details for an enhancement
labels: [enhancement]
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/improve_docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
name: "Documentation Issue"
description: Issues related to documentation.
title: "docs: "
Expand Down
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
- name: bug
description: Something isn't working
color: b60205
Expand Down
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: CC-BY-4.0
#
<!-- Thanks for sending a pull request! -->

## Proposed changes
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
name: ci

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: CC-BY-4.0
# SPDX-License-Identifier: Apache-2.0
#

name: Deploy Docs (Github Pages)

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
name: 'Close stale issues and PRs'
on:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#
# SPDX-License-Identifier: Apache-2.0
#
* @planetf1
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Maintainers

## Active Maintainers
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Welcome to the documentation template

This repository serves as a template for creating documentation for projects. The template utilizes MkDocs (documentation at [mkdocs.org](https://www.mkdocs.org)) and the theme Material for MkDocs (documentation at [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)). Material adds a number of extra features to MkDocs, and repositories can take advantage of the theme's [Insiders](https://squidfunk.github.io/mkdocs-material/insiders/) capabilities.
Expand Down
3 changes: 0 additions & 3 deletions docs/concepts/concept-1.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/concepts/concept-2.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/concepts/concept-3.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/contributing/asking-a-question.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Asking a Question

!!! tip
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/charter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/contributing/code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/contributing/how-to-contribute.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# How to Contribute

## Ways to Contribute
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/reporting-a-bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Reporting a Bug

To report a bug, submit an issue in our public issue trackers on Github.
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/reporting-a-security-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/contributing/requesting-a-change.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Requesting a Change

Pq-code-package highly values every idea or contribution from our community, and
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/tsc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/faqs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Frequently Asked Questions

## Topic 1
Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started/installation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/getting-started/running.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
**term**

: definition
Expand Down
3 changes: 0 additions & 3 deletions docs/guides/developers.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/guides/operations.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/guides/upgrading.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Introduction

Welcome to the pq-code-package documentation.
Expand Down
7 changes: 7 additions & 0 deletions docs/overview/choosing-implementation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
# Choosing an ML-KEM implementation

The implementations in this repository vary in terms of:
- Implementation Language
- Auditing
- Formal Verification
1 change: 1 addition & 0 deletions docs/overview/mlkem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/overview/pqca.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1 change: 1 addition & 0 deletions docs/overview/purpose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
3 changes: 0 additions & 3 deletions docs/references/architecture.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/references/commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/references/roadmap.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/tutorials/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/tutorials/tutorial-1.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/tutorials/tutorial-2.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/tutorials/tutorial-3.md

This file was deleted.

41 changes: 20 additions & 21 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# SPDX-License-Identifier: Apache-2.0
#
site_name: PQ Code Package
site_url: https://docs.pqcodepackage.org/latest/
repo_name: pq-code-package/documentation
Expand Down Expand Up @@ -83,30 +86,26 @@ extra:
provider: mike
nav:
- Introduction: index.md
- Concepts:
- Concept 1: concepts/concept-1.md
- Concept 2: concepts/concept-2.md
- Concept 3: concepts/concept-3.md
- Getting Started:
- Installation: getting-started/installation.md
- Running: getting-started/running.md
- Tutorials:
- Introduction: tutorials/index.md
- Tutorial 1: tutorials/tutorial-1.md
- Tutorial 2: tutorials/tutorial-2.md
- Tutorial 3: tutorials/tutorial-3.md
- Guides:
- Operations: guides/operations.md
- Developers: guides/developers.md
- Upgrading: guides/upgrading.md
- References:
- Architecture: references/architecture.md
- Commands: references/commands.md
- Roadmap: references/roadmap.md
- Overview:
- About the PQCA: overview/pqca.md
- Purpose of pq-code-package: overview/purpose.md
- Background to ML-KEM: overview/mlkem.md
- Choosing an implementation: overview/choosing-implementation.md
- Algorithm Implementations:
- List of algorithms and characteristics: implementations/index.md
- ML-KEM generic C implementation: implementations/mlkem-c-generic.md
- ML-KEM optimized C (embedded): implementations/mlkem-c-embedded.md
- ML-KEM optimized C (aarch64): implementations/mlkem-c-aarch64.md
- ML-KEM libjade (jasmin): implementations/mlkem-libjade.md
- ML-KEM libcrux (rust): implementations/mlkem-rust-libcrux.md
- Contributing:
- Charter: contributing/charter.md
- Code of Conduct: contributing/code-of-conduct.md
- How to Contribute: contributing/how-to-contribute.md
- Reporting a Bug: contributing/reporting-a-bug.md
- Reporting a Security Issue: contributing/reporting-a-security-issue.md
- Requesting a Change: contributing/requesting-a-change.md
- Asking a Question: contributing/asking-a-question.md
- Getting Help or Chat: contributing/asking-a-question.md
- Technical Steering Committee: contributing/tsc.md
- FAQs: faqs.md
- Glossary: glossary.md
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#
# SPDX-License-Identifier: Apache-2.0
#
mkdocs-material
mike

0 comments on commit a6f9211

Please sign in to comment.