mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 04:49:49 +00:00
Merged docs-ref temporary folder to docs
This commit is contained in:
parent
b2f43ca0ee
commit
c442b9c357
3
docs-ref/.gitignore
vendored
3
docs-ref/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/doxygen-out
|
||||
/build
|
||||
/source/api
|
7
docs/.gitignore
vendored
7
docs/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
_site/
|
||||
.sass-cache
|
||||
.jekyll-metadata
|
||||
Gemfile.lock
|
||||
/doxygen-out
|
||||
/build
|
||||
/source/api
|
||||
|
@ -1,24 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
30
docs/Gemfile
30
docs/Gemfile
@ -1,30 +0,0 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
# Hello! This is where you manage which Jekyll version is used to run.
|
||||
# When you want to use a different version, change it below, save the
|
||||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||
#
|
||||
# bundle exec jekyll serve
|
||||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
#gem "jekyll", "~> 3.7.4"
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.0"
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
#gem "jekyll-feed", "~> 0.6"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||
|
@ -1,54 +0,0 @@
|
||||
name: Cutter
|
||||
title: Cutter
|
||||
|
||||
project:
|
||||
version: 1.7.4
|
||||
download_url: https://github.com/radareorg/cutter/releases
|
||||
|
||||
license:
|
||||
software: GPLv3
|
||||
software_url: https://opensource.org/licenses/GPL-3.0
|
||||
|
||||
docs: CC BY 3.0
|
||||
docs_url: http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
git_edit_address: https://github.com/radareorg/cutter/tree/master/docs
|
||||
|
||||
links:
|
||||
header:
|
||||
- title: GitHub
|
||||
url: https://github.com/radareorg/cutter
|
||||
footer:
|
||||
- title: GitHub
|
||||
url: https://github.com/radareorg/cutter
|
||||
- title: Issues
|
||||
url: https://github.com/radareorg/cutter/issues
|
||||
|
||||
ui:
|
||||
header:
|
||||
color1: "#080331"
|
||||
color2: "#673051"
|
||||
trianglify: true
|
||||
|
||||
social:
|
||||
github:
|
||||
user: radareorg
|
||||
repo: cutter
|
||||
twitter:
|
||||
enabled: false
|
||||
via: r2gui
|
||||
hash:
|
||||
account: r2gui
|
||||
|
||||
disqus: false
|
||||
|
||||
description: >-
|
||||
Cutter is a Qt and C++ graphical user interface for the reverse
|
||||
engineering framework radare2.
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
remote_theme: radareorg/cutter-jekyll-docs-theme
|
||||
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 416 KiB |
Loading…
Reference in New Issue
Block a user