Skip to content

Commit 617727b

Browse files
ninabreznikdependabot[bot]serapath
authored
Update to Github page (#198)
* Bump ini from 1.3.5 to 1.3.7 in /website Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> * build docs page * fix formatting * path rename * fix nav links in basic page * fix readme * fix more nav links * fix even more nav links * moar fix links * fix even moar links * fixing them linx * fix some nav and footer links * fix hopefully last broken links? * fix moaaaar paths Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: serapath <dev@serapath.de>
1 parent 67aa19c commit 617727b

70 files changed

Lines changed: 11462 additions & 29 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
.DS_Store
2-
3-
node_modules
4-
5-
lib/core/metadata.js
6-
lib/core/MetadataBlog.js
7-
8-
website/translated_docs
9-
website/build/
10-
website/yarn.lock
11-
website/node_modules
12-
website/i18n/*
1+
/node_modules/*
2+
/website/translated_docs/*
3+
!/website/build/*
4+
/website/yarn.lock/*
5+
/website/node_modules/*
6+
/website/i18n/*
7+
/package-lock.json

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# Dat Project Documentation
22

3-
Repository for the documentation of the Dat Project ecosystem. View the docs at [docs.datproject.org](https://docs.datproject.org/).
3+
Repository for the documentation of the Dat Project ecosystem. View the docs at [dat-ecosystem.github.io/docs](http://dat-ecosystem.github.io/docs).
44

55
[![#dat IRC channel on freenode](https://img.shields.io/badge/irc%20channel-%23dat%20on%20freenode-blue.svg)](http://webchat.freenode.net/?channels=dat)
66
[![datproject/discussions](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/datproject/discussions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7-
[![docs](https://img.shields.io/badge/Dat%20Project-Docs-green.svg)](http://docs.datproject.org)
8-
9-
## Writing Docs
10-
11-
12-
## Development
13-
14-
[See website folder](website/README.md) for information on development of the documentation site. This website was created with [Docusaurus](https://docusaurus.io/).
15-
16-
17-
### Deployment
18-
19-
This repository uses [netlify](https://www.netlify.com/) for deployment. Deployment will happen automatically.
7+
[![docs](https://img.shields.io/badge/Dat%20Project-Docs-green.svg)](http://dat-ecosystem.github.io/docs)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)