https://github.com/libmir/website
Website & Documentation
https://github.com/libmir/website
dlang mir
Last synced: 3 months ago
JSON representation
Website & Documentation
- Host: GitHub
- URL: https://github.com/libmir/website
- Owner: libmir
- Created: 2017-02-22T07:46:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T20:54:25.000Z (over 7 years ago)
- Last Synced: 2025-01-29T07:32:10.290Z (4 months ago)
- Topics: dlang, mir
- Language: D
- Homepage: http://mir.dlang.io
- Size: 185 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mir documentation
=================How to run?
-----------```
git submodule update --init
make -f doc/Makefile clean html
```How to add a new package?
-------------------------### 1) Add it as submodule
```
git submodule add https://github.com/libmir/mir-foo
```### 2) Setup relative symlinks in `all`
For example:
```
ln -s ../mir-cpuid/source/cpuid all/
```### 3) Add your modules to the documentation engine in the Makefile
### 4) Commit & enjoy