Coder Social home page Coder Social logo

docs-as-code's Introduction

Viewing Documentation

npm install
npm run view
npm run publish

Publishing Documentation to Confluence

Create API key and set CONFLUENCE_USERNAME in .env as email used to login and CONFLUENCE_PASSWORD as the key.

npm run publish

Creating new documentation

  1. Fork arc42 repo into a new repo
  2. Edit name and title in antora.yml
  3. Add as new source to antora-playbook.yml (relative path or another git URL)

Initial Setup

This project was initialised using the following which created the initial arc42 template with antora setup.

curl -Lo dtcw https://doctoolchain.org/dtcw
chmod +x dtcw
./dtcw downloadTemplate
node -e "fs.writeFileSync('package.json', '{}')"
npm i -D -E antora

I then moved src/docs/arc42 into a separate folder (../arc42) and made it a git repo.

git init .
touch .gitignore
git add .gitignore
git commit -m 'initialize repository'

and then use the directory as the source in antora-playbook.yml (can be relative or a git URL)

  sources:
    - url: ../arc42
      branches: HEAD

docs-as-code's People

Contributors

jamesacres avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.