Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ subdirectory of `site`.
git clone --branch=asf-site https://github.com/apache/arrow-site.git asf-site
```

Also, from the `site` directory, run the following command to import the format
markdown documents so that they will rendered.

```
scripts/sync_format_docs.sh
```

## Previewing the site

From the `site` directory, run the following to generate HTML files and run the
Expand Down
1 change: 0 additions & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ include:
exclude:
- Gemfile
- Gemfile.lock
- _docs/format/*
- ruby
- asf-site
- scripts
Expand Down
25 changes: 0 additions & 25 deletions site/_docs/ipc.md

This file was deleted.

25 changes: 0 additions & 25 deletions site/_docs/memory_layout.md

This file was deleted.

25 changes: 0 additions & 25 deletions site/_docs/metadata.md

This file was deleted.

12 changes: 3 additions & 9 deletions site/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,11 @@
<a class="dropdown-item" href="{{ site.baseurl }}/powered_by/">Powered By</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownSpecification" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<li class="nav-item">
<a class="nav-link" href="{{ site.baseurl }}/docs/format/README.html"
role="button" aria-haspopup="true" aria-expanded="false">
Specification
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownSpecification">
<a class="dropdown-item" href="{{ site.baseurl }}/docs/memory_layout.html">Memory Layout</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/metadata.html">Metadata</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/ipc.html">Messaging / IPC</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
Expand Down