You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/09/03 11:08:38 UTC

[royale-docs] branch master updated: remove old search needs

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 5195652  remove old search needs
5195652 is described below

commit 519565232b8a8c552f812dabbbd09f53578ea09b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Sep 3 13:08:32 2019 +0200

    remove old search needs
---
 Gemfile      | 22 ---------------
 Gemfile.lock | 87 ------------------------------------------------------------
 _config.yml  |  6 +----
 3 files changed, 1 insertion(+), 114 deletions(-)

diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 6d4ff7e..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-# http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-source 'https://rubygems.org'
-
-gem 'jekyll', '~> 3.6'
-
-group :jekyll_plugins do
-  gem 'jekyll-algolia'
-end
\ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index b00e6b3..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,87 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    addressable (2.6.0)
-      public_suffix (>= 2.0.2, < 4.0)
-    algolia_html_extractor (2.6.2)
-      json (~> 2.0)
-      nokogiri (~> 1.10.4)
-    algoliasearch (1.26.1)
-      httpclient (~> 2.8, >= 2.8.3)
-      json (>= 1.5.1)
-    colorator (1.1.0)
-    concurrent-ruby (1.1.5)
-    em-websocket (0.5.1)
-      eventmachine (>= 0.12.9)
-      http_parser.rb (~> 0.6.0)
-    eventmachine (1.2.7)
-    ffi (1.11.1)
-    filesize (0.2.0)
-    forwardable-extended (2.6.0)
-    http_parser.rb (0.6.0)
-    httpclient (2.8.3)
-    i18n (0.9.5)
-      concurrent-ruby (~> 1.0)
-    jekyll (3.8.6)
-      addressable (~> 2.4)
-      colorator (~> 1.0)
-      em-websocket (~> 0.5)
-      i18n (~> 0.7)
-      jekyll-sass-converter (~> 1.0)
-      jekyll-watch (~> 2.0)
-      kramdown (~> 1.14)
-      liquid (~> 4.0)
-      mercenary (~> 0.3.3)
-      pathutil (~> 0.9)
-      rouge (>= 1.7, < 4)
-      safe_yaml (~> 1.0)
-    jekyll-algolia (1.4.11)
-      algolia_html_extractor (~> 2.6)
-      algoliasearch (~> 1.25)
-      filesize (~> 0.1)
-      jekyll (~> 3.0)
-      json (~> 2.0)
-      nokogiri (~> 1.6)
-      progressbar (~> 1.9)
-      verbal_expressions (~> 0.1.5)
-    jekyll-sass-converter (1.5.2)
-      sass (~> 3.4)
-    jekyll-watch (2.2.1)
-      listen (~> 3.0)
-    json (2.2.0)
-    kramdown (1.17.0)
-    liquid (4.0.3)
-    listen (3.1.5)
-      rb-fsevent (~> 0.9, >= 0.9.4)
-      rb-inotify (~> 0.9, >= 0.9.7)
-      ruby_dep (~> 1.2)
-    mercenary (0.3.6)
-    mini_portile2 (2.4.0)
-    nokogiri (1.10.4)
-      mini_portile2 (~> 2.4.0)
-    pathutil (0.16.2)
-      forwardable-extended (~> 2.6)
-    progressbar (1.10.1)
-    public_suffix (3.1.1)
-    rb-fsevent (0.10.3)
-    rb-inotify (0.10.0)
-      ffi (~> 1.0)
-    rouge (3.9.0)
-    ruby_dep (1.5.0)
-    safe_yaml (1.0.5)
-    sass (3.7.4)
-      sass-listen (~> 4.0.0)
-    sass-listen (4.0.0)
-      rb-fsevent (~> 0.9, >= 0.9.4)
-      rb-inotify (~> 0.9, >= 0.9.7)
-    verbal_expressions (0.1.5)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  jekyll (~> 3.6)
-  jekyll-algolia
-
-BUNDLED WITH
-   2.0.2
diff --git a/_config.yml b/_config.yml
index 98c4667..164691b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -18,8 +18,4 @@ baseurl: /royale-docs
 highlighter: rouge
 sass:
   sass_dir: _sass
-  style: compressed # possible values: nested expanded compact compressed
-#algolia:
-#  application_id: RDWVZJYELD
-#  index_name: royale_docs
-#  search_only_api_key: 890fa760fbe09782229acd811738def3
\ No newline at end of file
+  style: compressed # possible values: nested expanded compact compressed
\ No newline at end of file