Commit 486e4c25 authored by Andreas Deininger's avatar Andreas Deininger
Browse files

Update and cleanup of project

parent 68706173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ stages:
build_site:
  image:
    # Copied from https://github.com/google/docsy-example/blob/2bc1142e4466392ae2f5f58b0d3a8be13ca42482/Dockerfile
    name: floryn90/hugo:0.123.8-ext-alpine-ci
    name: floryn90/hugo:0.124.1-ext-alpine-ci
  stage: build
  script:
    - hugo
@@ -37,7 +37,7 @@ hyperlinkcheck:
pages:
  image:
    # Copied from https://github.com/google/docsy-example/blob/2bc1142e4466392ae2f5f58b0d3a8be13ca42482/Dockerfile
    name: floryn90/hugo:0.123.8-ext-alpine-ci
    name: floryn90/hugo:0.124.1-ext-alpine-ci
  stage: deploy
  script:
    # https://github.com/klakegg/docker-hugo/issues/41#issuecomment-805607666
+3 −3
Original line number Diff line number Diff line
@@ -342,10 +342,10 @@ Relational structures abound in the study of biological and chemical information

## Document preparation with Graphviz {#document-preparation}

*   [Visustin flow chart generator](http://www.aivosto.com/visustin.html) \[Aivosto\]
*   [Mac OmniGraffle](http://www.omnigroup.com/products/omnigraffle/) \[Omni Group\]
*   [Visustin flow chart generator](https://www.aivosto.com/visustin.html) \[Aivosto\]
*   [Mac OmniGraffle](https://www.omnigroup.com/omnigraffle) \[Omni Group\]
*   [wdot.rb](https://github.com/siuyin/wdot/blob/master/wdot.rb/), a tool that allows workflow diagrams and flowcharts to be easily created and updated. \[Loh Siu Yin\]
*   [GraphVizio](https://www.calvert.ch/graphvizio/) (2010) is an addin for Visio to lay out diagrams using Graphviz (also see [blog post](http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/)). \[Maurice Calvert\]
*   [GraphVizio](https://www.calvert.ch/graphvizio/) (2010) is an addin for Visio to lay out diagrams using Graphviz (also see [blog post](https://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/)). \[Maurice Calvert\]

## Social Networking and Collaborative Work {#social-networking}

+0 −1
Original line number Diff line number Diff line
@@ -4,5 +4,4 @@ go 1.19

require (
	github.com/google/docsy v0.9.1 // indirect
	github.com/google/docsy/dependencies v0.7.2 // indirect
)
+0 −8
+0 −2
Original line number Diff line number Diff line
@@ -218,5 +218,3 @@ url = "https://gitlab.com/graphviz/graphviz"
  proxy = "direct"
  [[module.imports]]
    path = "github.com/google/docsy"
  [[module.imports]]
    path = "github.com/google/docsy/dependencies"
Loading