aframe-site

?️ Official A-Frame site.

  • 所有者: aframevr/aframe-site
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

aframe-site

Powers the A-Frame Site.

This site is built using hexo. Site content is written in
Markdown (and located in
the src/ directory). Pull requests are welcome!

Local Development

Clone this repository:

git clone git@github.com:aframevr/aframe-site.git && cd aframe-site

To install the dependencies and start the local development server:

npm install && npm run installdocs && npm start

If you are testing something related to the A-Frame examples, you can set up
local configuration settings to point the examples to your local A-Frame
examples:

cp _config.local.yml.dist _config.local.yml

Then load http://localhost:4000/!

You may need to occasionally need to restart the server if you cause breaking
changes. Just proceed as usual. When developing on the site scripts,
generators, and helpers in scripts/, you will need to restart the server on
every change.

Testing Documentation

Documentation lives in the A-Frame GitHub
repo
.

First, clone the A-Frame GitHub repo.

cd aframe
npm link

And then link aframe-site to aframe:

cd aframe-site
npm link aframe

Then the master documentation will update as you work on them from the
A-Frame repository. This works because we have pointed the A-Frame site, via a
soft symbolic link, to the documentation installed in
node_modules/aframe/docs/.

Old versions of documentation are handled through multidep.json. Run npm run bumpdocs to try to pull the latest documentation from GitHub branches (e.g.,
aframevr/aframe#docs-v0.3.0).

Deployment

Push changes to GitHub, and @a-frobot will
automatically deploy the site.

The documentation search service is hosted by Algolia
DocSearch
. The indexing
configuration can be found at the DocSearch config
repo
.

Credits

Source adopted from Vue's site.

License

Licensed under The MIT License.

主要指標

概覽
名稱與所有者aframevr/aframe-site
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2015-12-09 03:42:17
推送於2025-03-17 01:26:47
最后一次提交2025-03-15 15:29:30
發布數0
用户参与
星數104
關注者數16
派生數143
提交數1.3k
已啟用問題?
問題數290
打開的問題數13
拉請求數199
打開的拉請求數3
關閉的拉請求數62
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?