Skip to content

Commit

Permalink
drop redirect map on site
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Aug 8, 2022
1 parent e1e99fe commit a84bbc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.site
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ WORKDIR /build
COPY site/ /build/
COPY README.md /build/docs/index.md

RUN sed -i 's|^.*/workflows/ci.yml.*$||' /build/docs/index.md
RUN \
sed -i 's|https://raw.githubusercontent.com/umputun/reproxy/master/site/logo-bg.svg|logo.png|' /build/docs/index.md && \
sed -i 's|^.*/workflows/ci.yml.*$||' /build/docs/index.md
RUN mkdocs build


Expand Down
3 changes: 0 additions & 3 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ plugins:
- search
- minify:
minify_html: true
- redirects:
redirect_maps:
https://raw.githubusercontent.com/umputun/reproxy/master/site/logo-bg.svg: logo.svg

extra:
generator: true
Expand Down

0 comments on commit a84bbc3

Please sign in to comment.