diff --git a/docs/404.html b/docs/404.html index 086a5c9e..30362f16 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,3 +1,12 @@ + --- permalink: /404.html layout: default diff --git a/docs/Gemfile b/docs/Gemfile index 383f1239..b69dd57a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,3 +1,10 @@ +# Copyright (c) 2021 Red Hat, Inc. and others +# +# This program and the accompanying materials are made available under the +# Apache Software License 2.0 which is available at: +# https://www.apache.org/licenses/LICENSE-2.0. +# +# SPDX-License-Identifier: Apache-2.0 source "https://rubygems.org" # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the diff --git a/docs/README.md b/docs/README.md index bfe2eea4..df7e3d4c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,12 @@ + # Jakarta CDI Website Based on Jekyll ## Getting Started diff --git a/docs/_authors/asd.md b/docs/_authors/asd.md index b828bc2c..b058d6c0 100644 --- a/docs/_authors/asd.md +++ b/docs/_authors/asd.md @@ -1,3 +1,12 @@ + --- short_name: asd name: Antoine Sabot-Durand diff --git a/docs/_authors/ladt.md b/docs/_authors/ladt.md index 4b675f1c..c60567c7 100644 --- a/docs/_authors/ladt.md +++ b/docs/_authors/ladt.md @@ -1,3 +1,12 @@ + --- short_name: ladt name: Ladislav Thon diff --git a/docs/_authors/matn.md b/docs/_authors/matn.md index a9250527..6e2fe442 100644 --- a/docs/_authors/matn.md +++ b/docs/_authors/matn.md @@ -1,3 +1,12 @@ + --- short_name: matn name: Matej Novotny diff --git a/docs/_authors/starksm.md b/docs/_authors/starksm.md index 84798a04..e5149f32 100644 --- a/docs/_authors/starksm.md +++ b/docs/_authors/starksm.md @@ -1,3 +1,12 @@ + --- short_name: starksm name: Scott M Stark diff --git a/docs/_config.yml b/docs/_config.yml index ed4328ea..0af0941b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,3 +1,10 @@ +# Copyright (c) 2021 Red Hat, Inc. and others +# +# This program and the accompanying materials are made available under the +# Apache Software License 2.0 which is available at: +# https://www.apache.org/licenses/LICENSE-2.0. +# +# SPDX-License-Identifier: Apache-2.0 # Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index ab7e7aec..0cd963b7 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -1,3 +1,10 @@ +# Copyright (c) 2021 Red Hat, Inc. and others +# +# This program and the accompanying materials are made available under the +# Apache Software License 2.0 which is available at: +# https://www.apache.org/licenses/LICENSE-2.0. +# +# SPDX-License-Identifier: Apache-2.0 - name: Home link: / - name: About diff --git a/docs/_layouts/author.html b/docs/_layouts/author.html index 7ee6169c..baee1b4d 100644 --- a/docs/_layouts/author.html +++ b/docs/_layouts/author.html @@ -1,3 +1,12 @@ + --- layout: default --- diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html index 2aab5a5c..57938560 100644 --- a/docs/_layouts/post.html +++ b/docs/_layouts/post.html @@ -1,3 +1,12 @@ + --- layout: default --- diff --git a/docs/_posts/2021-10-25-pages-here.md b/docs/_posts/2021-10-25-pages-here.md index 83bad4eb..f5a78da9 100644 --- a/docs/_posts/2021-10-25-pages-here.md +++ b/docs/_posts/2021-10-25-pages-here.md @@ -1,3 +1,12 @@ + --- layout: post title: "Jakarta CDI GitHub Pages" diff --git a/docs/_posts/2021-10-25-way-to-cdi4.md b/docs/_posts/2021-10-25-way-to-cdi4.md index 1258b05e..19e8e8a8 100644 --- a/docs/_posts/2021-10-25-way-to-cdi4.md +++ b/docs/_posts/2021-10-25-way-to-cdi4.md @@ -1,3 +1,12 @@ + --- title: "On the Way to CDI 4.0" summary: Overview of changes coming to CDI 4.0 diff --git a/docs/_posts/2021-12-03-you-know-build-compatible-extensions.md b/docs/_posts/2021-12-03-you-know-build-compatible-extensions.md index 1bcdc4f2..32d60017 100644 --- a/docs/_posts/2021-12-03-you-know-build-compatible-extensions.md +++ b/docs/_posts/2021-12-03-you-know-build-compatible-extensions.md @@ -1,3 +1,12 @@ + --- title: "You already know Build Compatible Extensions" summary: Comparison of Portable Extensions and Build Compatible Extensions diff --git a/docs/_posts/2022-01-24-400-RC3-spec.md b/docs/_posts/2022-01-24-400-RC3-spec.md index 4f80f8aa..40fc16e4 100644 --- a/docs/_posts/2022-01-24-400-RC3-spec.md +++ b/docs/_posts/2022-01-24-400-RC3-spec.md @@ -1,3 +1,12 @@ + --- layout: post title: "Jakarta CDI 4.0 Draft Specification" diff --git a/docs/about.md b/docs/about.md index 2259fbee..40da9590 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,3 +1,12 @@ + --- layout: page title: About diff --git a/docs/authors.html b/docs/authors.html index 8f77bdeb..c7531c40 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,3 +1,12 @@ + --- layout: default title: Authors diff --git a/docs/index.md b/docs/index.md index b585d8d9..9b95a9b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,12 @@ + --- # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults diff --git a/pom.xml b/pom.xml index 3f596b38..e53c5342 100644 --- a/pom.xml +++ b/pom.xml @@ -99,8 +99,6 @@ **/speclicense.html **/license-*.asciidoc - - docs/**