Skip to content

Releases: Nexmo/station

v0.4.5

06 Jul 13:43
b421fb7
Compare
Choose a tag to compare

ADD

  • use product to build the topic-specific side menu in /documentation (BUGGED)

if @product && @product.split('/')[1] && @product.split('/')[1].include?(item[:title])

v0.4.4

29 Jun 11:15
11d56db
Compare
Choose a tag to compare

ADD

  • topic specific left-hand menu in /documentation ( removed CACHE from <%= render partial: 'layouts/partials/sidenav' %> )

image

v0.4.3

29 Jun 11:10
59a1284
Compare
Choose a tag to compare

TEST

  • topic specific navbar in /documentation (bugged)
    from @product to @request_path

v0.4.2

27 Jun 13:25
d699ae2
Compare
Choose a tag to compare

ADD

  • Topic specific left-hand menu in /documentation (bugged)
  • Changed blue nexmo color to vonage purple fore elements on /community
  • Added purple and dark purpel fixed variable colors to color variables

v0.4.1

21 Jun 14:01
36f119b
Compare
Choose a tag to compare

ADD

  • Algolia search bar is now indexing blogposts from our /blog

image

FIX

  • reduced some margin in ADP homepage

v0.4.0

20 Jun 15:59
8a93892
Compare
Choose a tag to compare

NEW

  • new layout for use case LOGOs in homepage

image

v0.3.2

17 Jun 10:45
0604a50
Compare
Choose a tag to compare

REMOVE

  • Gravatar Gem references and gravatar_image_tag

Now usign AWS S3 bucket and Author model to build/retrieve the correct author image URL

v0.3.1

14 Jun 09:55
1e57814
Compare
Choose a tag to compare

small FIX

  • removed - from sign up btn
  • fixed margin-top and @media-query

v0.3.0

14 Jun 09:50
f1d8771
Compare
Choose a tag to compare

NEW

  • New /documentation landing page

image

v0.2.6

24 May 15:16
5e157d4
Compare
Choose a tag to compare

ADD

  • APIDOC-192: ADD Canonical URL to Blogpost
  • display updated_at first, otherwise published_at date in Blogposts#SHOW