Skip to content

Commit

Permalink
Revert "User api doc fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunitashelar authored Jul 17, 2020
1 parent 038b8d7 commit 82c51f0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.3)
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.1.6)
concurrent-ruby (1.0.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
minitest (5.14.1)
minitest (5.11.3)
multipart-post (2.0.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
thread_safe (0.3.6)
typhoeus (1.3.0)
ethon (>= 0.9.0)
tzinfo (1.2.7)
tzinfo (1.2.5)
thread_safe (~> 0.1)
yell (2.0.7)

Expand Down
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container inner container-height docs">
<header class="logo-container">
<div class="logo">
<a href="http://www.sunbird.org" target="_blank">
<a href="https://www.sunbird.org" target="_blank">
<img src="/img/sunbird-logo.png" alt="Sunbird" title="Sunbird">
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

title: Static Mapping for Course Batches in Elasticsearch
page_title: Static Mapping for Course Batches in Elasticsearch
description: Static Mapping for Course Batches in Elasticsearch
Expand All @@ -8,6 +9,7 @@ keywords: Elasticsearch, static mapping, course batch
---

## Overview

Existing coursebatch type Elasticsearch index is having dynamic mapping and it recently hit the default max limit (1000). As such, it is required to disable dynamic mapping and use static mapping which would index the necessary fields only.

## Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions developer-docs/server-installation/knowledge-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ The URL for this path will look like this - https://{{storage_account_name}}.blo
| KafkaSetup | Creates the Kafka Topics| release-2.8.1
| Yarn | Deploys the Samza jobs | release-2.8.1



Refer [How to Create Framework](developer-docs/how-to-guide/how_to_create_framework_in_sunbird){:target="_blank"}, [How to Create Schemas for Knowledge Platform Objects](developer-docs/server-installation/knowledge-platform-object-schema){:target="_blank"}
6 changes: 3 additions & 3 deletions developer-docs/upgrade/etl_jobs_for_sunbird_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ page_title: ETL Jobs for Sunbird Upgrades
description: ETL Jobs for Sunbird Upgrades
published: true
allowSearch: true
keywords: Upgrade, Sunbird 2.3.0, etl jobs
keywords: Upgrade, Sunbird 2.6.0, etl jobs
---

## Overview

### Cassandra Decrypt

As part of release-2.0.0, we were encrypting all user external identity in cassandra, but since this is not private data
from 2.3.0 we are storing it as plain text. For data which is already encrypted, below is the jenkins job to decrypt the
As part of release-2.6.0, we were encrypting all user external identity in cassandra, but since this is not private data
from 2.6.0 we are storing it as plain text. For data which is already encrypted, below is the jenkins job to decrypt the
data.

Job Name | Job Path |
Expand Down
5 changes: 2 additions & 3 deletions features-documentation/book_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ allowSearch: true

A book is a collection of content units. On Sunbird, books can be compiled or curated from school text books or any book that conforms to the standards of state or central boards, any recognized institution, organisation or publication, in the said medium of instruction and language. Books may also be compiled separately without adhering to any syllabus, but forming a logical unit of content pieces for the given subject matter.


## Prerequisites
<table>
<tr>
Expand Down Expand Up @@ -167,8 +166,8 @@ Each time the DIAL code is used it generates the telemetry data. This telemetry
<tr>
<td>3. Click <b>Edit</b> to link or unlink the DIAL code
<br>&emsp;a. Unlink the DIAL code from the book
<br>&emsp;b. Link the DIAL code to the book
</td>
       <br>&emsp;b. Link the DIAL code to the book
   </td>
<td colspan="2"><img src="features-documentation/images/book/dial_code_un_link.png"></td>
</tr>
</table>
Expand Down

0 comments on commit 82c51f0

Please sign in to comment.