Skip to content

Commit

Permalink
Remove theme folder in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur authored Jan 22, 2021
1 parent 9fe8a9f commit 7aee687
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 501 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Documentation

on:
pull_request:

jobs:

docs:
name: Doc package
runs-on: ubuntu-latest

steps:

- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Package documentation
run: make docs-package
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,14 @@ services:

script:
- echo "Skipping tests... (Tests are executed on SemaphoreCI)"
- make docs-package

install:
- go mod tidy
- git diff --exit-code go.mod
- git diff --exit-code go.sum
- go mod download

before_deploy:
- >
if ! [ "$BEFORE_DEPLOY_RUN" ]; then
export BEFORE_DEPLOY_RUN=1;
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin;
fi
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin;
# Copy Semaphore yml file
- mkdir -p site/.semaphore
- cp ./.semaphore/semaphore.yml site/.semaphore/semaphore.yml
Expand Down
4 changes: 2 additions & 2 deletions docs/content/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If this annotation is not present, the mesh service will operate in the default
!!! Info
For now, the `udp` traffic type does not work when ACL mode is enabled. In ACL mode, all traffic is forbidden unless it
is explicitly allowed with a [TrafficTarget](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-access/v1alpha2/traffic-access.md#traffictarget) and
unfortunately the SMI specification does not yet define a [Traffic Spec](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-specs/traffic-specs-WD.md) for `UDP`.
unfortunately the SMI specification does not yet define a [Traffic Spec](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-specs/v1alpha4/traffic-specs.md) for `UDP`.

#### Scheme

Expand Down Expand Up @@ -200,4 +200,4 @@ More information can be found [in the SMI specification](https://github.com/serv

#### Traffic Metrics

At the moment, Traefik Mesh does not implement the [Traffic Metrics specification](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-metrics/traffic-metrics-WD.md).
At the moment, Traefik Mesh does not implement the [Traffic Metrics specification](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-metrics/v1alpha1/traffic-metrics.md).
20 changes: 0 additions & 20 deletions docs/theme/assets/images/traefik-enterprise-logo.svg

This file was deleted.

12 changes: 0 additions & 12 deletions docs/theme/assets/images/traefik-labs.svg

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions docs/theme/assets/images/traefik-mesh-logo.svg

This file was deleted.

20 changes: 0 additions & 20 deletions docs/theme/assets/images/traefik-pilot-logo.svg

This file was deleted.

Loading

0 comments on commit 7aee687

Please sign in to comment.